@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 and Description |
|---|
ShadowCodecBuffer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
__constructor__() |
protected void |
free()
Prevents attempting to free non-direct ByteBuffer objects.
|