public class VP8Decoder extends Object
| Constructor and Description |
|---|
VP8Decoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeFrame(ImageInputStream stream,
boolean debug) |
VP8Frame |
getFrame() |
int |
getHeight() |
int |
getWidth() |
void |
writePGMFile(String fileName,
VP8Frame frame) |
void |
writeYV12File(String fileName,
VP8Frame frame) |
public void decodeFrame(ImageInputStream stream, boolean debug) throws IOException
IOExceptionpublic VP8Frame getFrame()
public int getHeight()
public int getWidth()
Copyright © 2017. All rights reserved.