Fix AudioSink reset javadoc.

PiperOrigin-RevId: 395444714
This commit is contained in:
samrobinson 2021-09-08 12:41:08 +01:00 committed by Ian Baker
parent c2e6d2028b
commit c403de1c19

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();
}