mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Minor change in ForwardingPlayer javadoc
#minor-release
PiperOrigin-RevId: 512897269
(cherry picked from commit 48047cf9e8)
This commit is contained in:
parent
c23010d3f6
commit
bfc12ef59a
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import com.google.android.exoplayer2.video.VideoSize;
|
|||
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.
|
||||
*/
|
||||
public class ForwardingPlayer implements Player {
|
||||
|
|
|
|||
Loading…
Reference in a new issue