Package org.robolectric.shadows
Class ShadowMediaCodec.ShadowCodecBuffer
- java.lang.Object
-
- org.robolectric.shadows.ShadowMediaCodec.ShadowCodecBuffer
-
- Enclosing class:
- ShadowMediaCodec
@Implements(className="android.media.MediaCodec$BufferMap$CodecBuffer", minSdk=21) protected static class ShadowMediaCodec.ShadowCodecBuffer extends Object
Shadows CodecBuffer to prevent attempting to free non-direct ByteBuffer objects.
-
-
Constructor Summary
Constructors Constructor Description ShadowCodecBuffer()
-
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.
-
-
-
Method Detail
-
__constructor__
@Implementation protected void __constructor__()
-
free
@Implementation protected void free()
Prevents attempting to free non-direct ByteBuffer objects.
-
-