MediaCodecDemo
MediaCodecDemo copied to clipboard
How to pass byte array to decoder in mediacodec class?
I download your's mediacodec project from github and it is good.In this passing the video.mp4 file to the extractor.But my requirement is,
Is there any way to send a byte[] array to the Decoder? for example if i like to use onPreviewFrame(byte[] frame) ,from the camera.