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
14b40506da
commit
f594d914b5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user