Class ShadowMediaCodec.CodecConfig

  • Enclosing class:
    ShadowMediaCodec

    public static final class ShadowMediaCodec.CodecConfig
    extends Object
    Configuration that can be supplied to ShadowMediaCodec to simulate actual encoding/decoding.
    • Constructor Detail

      • CodecConfig

        public CodecConfig​(int inputBufferSize,
                           int outputBufferSize,
                           ShadowMediaCodec.CodecConfig.Codec codec)
        Parameters:
        inputBufferSize - the size of the buffers offered as input to the codec.
        outputBufferSize - the size of the buffers offered as output from the codec.
        codec - should be able to map from input size -> output size