mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Make SynchronousMediaCodecAdapter final
PiperOrigin-RevId: 411047838
This commit is contained in:
parent
f64c28f2a6
commit
f138ec98c2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user