mirror of
https://github.com/androidx/media.git
synced 2025-05-17 12:39:52 +08:00
Fix AudioSink reset javadoc.
PiperOrigin-RevId: 395444714
This commit is contained in:
parent
8a85cbbcd2
commit
745c33f2d0
@ -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…
x
Reference in New Issue
Block a user