Fix AudioSink reset javadoc.

PiperOrigin-RevId: 395444714
This commit is contained in:
samrobinson 2021-09-08 12:41:08 +01:00 committed by Christos Tsilopoulos
parent 8a85cbbcd2
commit 745c33f2d0

View File

@ -446,6 +446,6 @@ public interface AudioSink {
*/
void experimentalFlushWithoutAudioTrackRelease();
/** Resets the renderer, releasing any resources that it currently holds. */
/** Resets the sink, releasing any resources that it currently holds. */
void reset();
}