mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix AudioSink reset javadoc.
PiperOrigin-RevId: 395444714
This commit is contained in:
parent
8a85cbbcd2
commit
745c33f2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue