Commit 42fae152 by christosts Committed by tonihei

Minor change in ForwardingPlayer javadoc

#minor-release

PiperOrigin-RevId: 512897269
parent a7faa5bf
...@@ -28,7 +28,7 @@ import androidx.media3.common.util.UnstableApi; ...@@ -28,7 +28,7 @@ import androidx.media3.common.util.UnstableApi;
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.
*/ */
@UnstableApi @UnstableApi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment