public class ZMBVDecoder extends AbstractVideoDecoder
| Modifier and Type | Field and Description |
|---|---|
protected static int |
bMask |
protected static int |
gMask |
protected static int |
rMask |
defaultOutputFormats, inputFormat, outputFormat, supportedInputFormatscontrols, pluginName| Constructor and Description |
|---|
ZMBVDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected javax.media.Format[] |
getMatchingOutputFormats(javax.media.Format input) |
void |
open() |
int |
process(javax.media.Buffer input,
javax.media.Buffer output) |
getInputFormat, getOutputFormat, getSupportedInputFormats, getSupportedOutputFormats, setInputFormat, setOutputFormatgetControl, getControls, getName, isSet, reset, setFlagprotected static final int bMask
protected static final int gMask
protected static final int rMask
protected javax.media.Format[] getMatchingOutputFormats(javax.media.Format input)
getMatchingOutputFormats in class AbstractVideoDecoderpublic int process(javax.media.Buffer input,
javax.media.Buffer output)
public void close()
close in interface javax.media.PlugInclose in class AbstractCodecpublic void open()
throws javax.media.ResourceUnavailableException
open in interface javax.media.PlugInopen in class AbstractCodecjavax.media.ResourceUnavailableExceptionCopyright © 2022. All Rights Reserved.