Commit f594d914 by christosts Committed by Ian Baker

Make SynchronousMediaCodecAdapter final

PiperOrigin-RevId: 411047838
parent 14b40506
......@@ -39,7 +39,7 @@ import java.nio.ByteBuffer;
* A {@link MediaCodecAdapter} that operates the underlying {@link MediaCodec} in synchronous mode.
*/
@UnstableApi
public class SynchronousMediaCodecAdapter implements MediaCodecAdapter {
public final class SynchronousMediaCodecAdapter implements MediaCodecAdapter {
/** A factory for {@link SynchronousMediaCodecAdapter} instances. */
public static class Factory implements MediaCodecAdapter.Factory {
......
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