mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Minor change in ForwardingPlayer javadoc
#minor-release PiperOrigin-RevId: 512897269
This commit is contained in:
parent
a7faa5bfd8
commit
42fae152d0
@ -28,7 +28,7 @@ import androidx.media3.common.util.UnstableApi;
|
||||
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.
|
||||
*/
|
||||
@UnstableApi
|
||||
|
Loading…
x
Reference in New Issue
Block a user