public class RAWVideoDecoder extends VideoDecoder
| Constructor and Description |
|---|
RAWVideoDecoder(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
Picture |
decodeFrame(ByteBuffer data,
byte[][] buffer)
Decodes a video frame to an uncompressed picture in codec native
colorspace
|
VideoCodecMeta |
getCodecMeta(ByteBuffer data) |
downscaled, getSameSizeBufferpublic Picture decodeFrame(ByteBuffer data, byte[][] buffer)
VideoDecoderdecodeFrame in class VideoDecoderdata - Compressed frame datapublic VideoCodecMeta getCodecMeta(ByteBuffer data)
getCodecMeta in class VideoDecoderCopyright © 2019. All rights reserved.