Loading include/system/audio.h +11 −10 Original line number Diff line number Diff line Loading @@ -361,6 +361,7 @@ typedef enum { // controls related to voice calls. AUDIO_OUTPUT_FLAG_FAST = 0x4, // output supports "fast tracks", // defined elsewhere AUDIO_OUTPUT_FLAG_DEEP_BUFFER = 0x8 // use deep audio buffers } audio_output_flags_t; static inline bool audio_is_output_device(audio_devices_t device) Loading Loading
include/system/audio.h +11 −10 Original line number Diff line number Diff line Loading @@ -361,6 +361,7 @@ typedef enum { // controls related to voice calls. AUDIO_OUTPUT_FLAG_FAST = 0x4, // output supports "fast tracks", // defined elsewhere AUDIO_OUTPUT_FLAG_DEEP_BUFFER = 0x8 // use deep audio buffers } audio_output_flags_t; static inline bool audio_is_output_device(audio_devices_t device) Loading