mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Make SynchronousMediaCodecAdapter final
PiperOrigin-RevId: 411047838
This commit is contained in:
parent
f64c28f2a6
commit
f138ec98c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue