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, getSameSizeBuffer
public Picture decodeFrame(ByteBuffer data, byte[][] buffer)
VideoDecoder
decodeFrame
in class VideoDecoder
data
- Compressed frame datapublic VideoCodecMeta getCodecMeta(ByteBuffer data)
getCodecMeta
in class VideoDecoder
Copyright © 2019. All rights reserved.