mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix AudioSink reset javadoc.
PiperOrigin-RevId: 395444714
This commit is contained in:
parent
c2e6d2028b
commit
c403de1c19
@ -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