Merge "AAudio: add missing "Added in API level" annotation" into rvc-dev

gugelfrei
TreeHugger Robot 4 years ago committed by Android (Google) Code Review
commit 199012b0c6

@ -406,6 +406,7 @@ enum {
* Use this preset for capturing audio meant to be processed in real time * Use this preset for capturing audio meant to be processed in real time
* and played back for live performance (e.g karaoke). * and played back for live performance (e.g karaoke).
* The capture path will minimize latency and coupling with playback path. * The capture path will minimize latency and coupling with playback path.
* Available since API level 29.
*/ */
AAUDIO_INPUT_PRESET_VOICE_PERFORMANCE = 10, AAUDIO_INPUT_PRESET_VOICE_PERFORMANCE = 10,
}; };

Loading…
Cancel
Save