MediaCodecDemo icon indicating copy to clipboard operation
MediaCodecDemo copied to clipboard

How to pass byte array to decoder in mediacodec class?

Open mohanraj546 opened this issue 10 years ago • 0 comments

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.

mohanraj546 avatar Jan 23 '15 08:01 mohanraj546