summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2014-07-21 18:08:41 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2014-07-27 14:09:00 -0700
commitc3dbe121be45733c0fcae04054e51665c493e453 (patch)
tree2b9688ddc68f82b5e3a9f88c71355867e434bdc1 /include
parent64567d165ac69b6656cd078856265e6c80745a75 (diff)
downloadsystem_core-c3dbe121be45733c0fcae04054e51665c493e453.zip
system_core-c3dbe121be45733c0fcae04054e51665c493e453.tar.gz
system_core-c3dbe121be45733c0fcae04054e51665c493e453.tar.bz2
Define new audio attribute flag: beacon
Flag AUDIO_FLAG_BEACON characterizes streams where the system ensures that the playback of the sound will be compatible with its use as a broadcast for surrounding people and/or devices. Ensures audibility with no or minimal post-processing applied. Bug 15415971 Change-Id: I1df9dc50e3fcc973a0709a55df5b3bd95f81eb58
Diffstat (limited to 'include')
-rw-r--r--include/system/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/audio.h b/include/system/audio.h
index bf3dee7..5db2127 100644
--- a/include/system/audio.h
+++ b/include/system/audio.h
@@ -109,6 +109,7 @@ enum {
AUDIO_FLAG_AUDIBILITY_ENFORCED = 0x1,
AUDIO_FLAG_SECURE = 0x2,
AUDIO_FLAG_SCO = 0x4,
+ AUDIO_FLAG_BEACON = 0x8
};
/* Do not change these values without updating their counterparts