public class VP8Decoder extends VideoDecoder
Constructor and Description |
---|
VP8Decoder() |
Modifier and Type | Method and Description |
---|---|
Picture |
decodeFrame(ByteBuffer frame,
byte[][] buffer)
Decodes a video frame to an uncompressed picture in codec native
colorspace
|
VideoCodecMeta |
getCodecMeta(ByteBuffer frame) |
static String |
printHexByte(byte b) |
static int |
probe(ByteBuffer data) |
downscaled, getSameSizeBuffer
public Picture decodeFrame(ByteBuffer frame, byte[][] buffer)
VideoDecoder
decodeFrame
in class VideoDecoder
frame
- Compressed frame datapublic static int probe(ByteBuffer data)
public static String printHexByte(byte b)
public VideoCodecMeta getCodecMeta(ByteBuffer frame)
getCodecMeta
in class VideoDecoder
Copyright © 2019. All rights reserved.