-rw-r--r-- | audio/include/system/audio.h | 1 |
diff --git a/audio/include/system/audio.h b/audio/include/system/audio.h index 8abc40b..832f5eb 100644 --- a/audio/include/system/audio.h +++ b/audio/include/system/audio.h @@ -885,6 +885,7 @@ typedef enum { AUDIO_OUTPUT_FLAG_DIRECT_PCM = 0x2000, // flag for Direct PCM AUDIO_OUTPUT_FLAG_MAIN = 0x4000, // Flag for Main Input Stream AUDIO_OUTPUT_FLAG_ASSOCIATED = 0x8000, // Flag for Assocated Input Stream + AUDIO_OUTPUT_FLAG_TIMESTAMP = 0x10000, // flag for Timestamp mode } audio_output_flags_t; /* The audio input flags are analogous to audio output flags. |