mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix AudioSink reset javadoc.
PiperOrigin-RevId: 395444714
This commit is contained in:
parent
c2e6d2028b
commit
c403de1c19
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue