mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00
Minor change in ForwardingPlayer javadoc
#minor-release PiperOrigin-RevId: 512897269
This commit is contained in:
parent
13a86b3833
commit
48047cf9e8
@ -31,7 +31,7 @@ import com.google.android.exoplayer2.video.VideoSize;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link Player} that forwards operations to another {@link Player}. Applications can use this
|
* A {@link Player} that forwards method calls to another {@link Player}. Applications can use this
|
||||||
* class to suppress or modify specific operations, by overriding the respective methods.
|
* class to suppress or modify specific operations, by overriding the respective methods.
|
||||||
*/
|
*/
|
||||||
public class ForwardingPlayer implements Player {
|
public class ForwardingPlayer implements Player {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user