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

Commit d3080c38 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix typo in Doxygen comment

Bug: 143288011
Test: at bug
Change-Id: I384e39ddf9515c2737ff735cea5cb345b700e5fd
parent 5b9f07a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -700,7 +700,7 @@ AAUDIO_API void AAudioStreamBuilder_setInputPreset(AAudioStreamBuilder* builder,
 * Added in API level 29.
 *
 * @param builder reference provided by AAudio_createStreamBuilder()
 * @param inputPreset the desired level of opt-out from being captured.
 * @param capturePolicy the desired level of opt-out from being captured.
 */
AAUDIO_API void AAudioStreamBuilder_setAllowedCapturePolicy(AAudioStreamBuilder* builder,
        aaudio_allowed_capture_policy_t capturePolicy) __INTRODUCED_IN(29);