xref: /aosp_15_r20/frameworks/av/media/audio/aconfig/aaudio.aconfig (revision ec779b8e0859a360c3d303172224686826e6e0e1)
1# Flags for aaudio
2#
3# Please add flags in alphabetical order.
4
5package: "com.android.media.aaudio"
6container: "system"
7
8flag {
9    name: "offload_support"
10    namespace: "media_audio"
11    description: "Enable offload support in AAudio."
12    bug: "372041799"
13}
14
15flag {
16    name: "sample_rate_conversion"
17    namespace: "media_audio"
18    description: "Enable the AAudio sample rate converter."
19    bug: "219533889"
20}
21
22flag {
23    name: "start_stop_client_from_command_thread"
24    namespace: "media_audio"
25    description: "Start or stop client from command thread."
26    bug: "341627085"
27}
28