Package org.robolectric.shadows
Interface ShadowMediaCodec.CodecConfig.Codec
-
- Enclosing class:
- ShadowMediaCodec.CodecConfig
public static interface ShadowMediaCodec.CodecConfig.CodecA codec is implemented as part of the configuration to allow theShadowMediaCodecto simulate actual encoding/decoding. It's not expected for implementations to perform real encoding/decoding, but to produce a output similar in size ratio to the expected codec..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(java.nio.ByteBuffer in, java.nio.ByteBuffer out)Move the bytes on the in buffer to the out buffer
-