diff --git a/audio/.DS_Store b/audio/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..09e97dd200312a05808fb9b072ae9614a78d1084 Binary files /dev/null and b/audio/.DS_Store differ diff --git a/audio/v5_0/.DS_Store b/audio/v5_0/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..44c549d6feeb58efbdfb82f29a051b17b857c36c Binary files /dev/null and b/audio/v5_0/.DS_Store differ diff --git a/audio/v5_0/AudioTypes.idl b/audio/v5_0/AudioTypes.idl index 9c6807fbc9c7dff6655a3cf8e03c066553912ba5..733a3538cf6673994534f7dcaa864a71b79ae69f 100644 --- a/audio/v5_0/AudioTypes.idl +++ b/audio/v5_0/AudioTypes.idl @@ -450,6 +450,7 @@ enum AudioInputType { AUDIO_INPUT_RAW_TYPE = 1 << 10, /**< Assigned raw input type */ AUDIO_INPUT_LIVE_TYPE = 1 << 11, /**< Assigned live input type */ AUDIO_INPUT_VOICE_TRANSCRIPTION = 1 << 12, /**< Assigned voice transcription input type */ + AUDIO_INPUT_OFFLOAD_CAPTURE_TYPE = 1 << 13, /**< Assigned offload capture input type */ }; /**