Class ShadowMediaCodec.ShadowCodecBuffer

  • Enclosing class:
    ShadowMediaCodec

    @Implements(className="android.media.MediaCodec$BufferMap$CodecBuffer",
                minSdk=21)
    protected static class ShadowMediaCodec.ShadowCodecBuffer
    extends java.lang.Object
    Shadows CodecBuffer to prevent attempting to free non-direct ByteBuffer objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __constructor__()  
      protected void free()
      Prevents attempting to free non-direct ByteBuffer objects.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowCodecBuffer

        public ShadowCodecBuffer()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__()
      • free

        @Implementation
        protected void free()
        Prevents attempting to free non-direct ByteBuffer objects.