Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b51e3ab8 authored by Eric Laurent's avatar Eric Laurent
Browse files

AAudio: add missing "Added in API level" annotation

Add missing "Added in API level 29 annotation" to
AAUDIO_INPUT_PRESET_VOICE_PERFORMANCE input preset.

Bug: 138776432
Test: make
Change-Id: I2362ebd1520c95e81dfe8ea43105ea7b39cc04eb
parent ec660f18
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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,
};
};