Loading media/libaaudio/include/aaudio/AAudio.h +2 −2 Original line number Diff line number Diff line Loading @@ -689,7 +689,7 @@ AAUDIO_API void AAudioStreamBuilder_setPerformanceMode(AAudioStreamBuilder* buil aaudio_performance_mode_t mode) __INTRODUCED_IN(26); /** * Set the intended use case for the stream. * Set the intended use case for the output stream. * * The AAudio system will use this information to optimize the * behavior of the stream. Loading @@ -706,7 +706,7 @@ AAUDIO_API void AAudioStreamBuilder_setUsage(AAudioStreamBuilder* builder, aaudio_usage_t usage) __INTRODUCED_IN(28); /** * Set the type of audio data that the stream will carry. * Set the type of audio data that the output stream will carry. * * The AAudio system will use this information to optimize the * behavior of the stream. Loading Loading
media/libaaudio/include/aaudio/AAudio.h +2 −2 Original line number Diff line number Diff line Loading @@ -689,7 +689,7 @@ AAUDIO_API void AAudioStreamBuilder_setPerformanceMode(AAudioStreamBuilder* buil aaudio_performance_mode_t mode) __INTRODUCED_IN(26); /** * Set the intended use case for the stream. * Set the intended use case for the output stream. * * The AAudio system will use this information to optimize the * behavior of the stream. Loading @@ -706,7 +706,7 @@ AAUDIO_API void AAudioStreamBuilder_setUsage(AAudioStreamBuilder* builder, aaudio_usage_t usage) __INTRODUCED_IN(28); /** * Set the type of audio data that the stream will carry. * Set the type of audio data that the output stream will carry. * * The AAudio system will use this information to optimize the * behavior of the stream. Loading