Commit 745c33f2 by samrobinson Committed by Christos Tsilopoulos

Fix AudioSink reset javadoc.

PiperOrigin-RevId: 395444714
parent 8a85cbbc
...@@ -446,6 +446,6 @@ public interface AudioSink { ...@@ -446,6 +446,6 @@ public interface AudioSink {
*/ */
void experimentalFlushWithoutAudioTrackRelease(); void experimentalFlushWithoutAudioTrackRelease();
/** Resets the renderer, releasing any resources that it currently holds. */ /** Resets the sink, releasing any resources that it currently holds. */
void reset(); void reset();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment