Commit f138ec98 by christosts Committed by kim-vde

Make SynchronousMediaCodecAdapter final

PiperOrigin-RevId: 411047838
parent f64c28f2
......@@ -37,7 +37,7 @@ import java.nio.ByteBuffer;
/**
* A {@link MediaCodecAdapter} that operates the underlying {@link MediaCodec} in synchronous mode.
*/
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