diff options
Diffstat (limited to 'include/system/audio.h')
| -rw-r--r-- | include/system/audio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/system/audio.h b/include/system/audio.h index aa7ac02..59e5e41 100644 --- a/include/system/audio.h +++ b/include/system/audio.h @@ -93,6 +93,13 @@ typedef enum { * (value must be 0) */ AUDIO_SESSION_OUTPUT_MIX = 0, + + /* application does not specify an explicit session ID to be used, + * and requests a new session ID to be allocated + * TODO use unique values for AUDIO_SESSION_OUTPUT_MIX and AUDIO_SESSION_ALLOCATE, + * after all uses have been updated from 0 to the appropriate symbol, and have been tested. + */ + AUDIO_SESSION_ALLOCATE = 0, } audio_session_t; /* Audio sub formats (see enum audio_format). */ |
