public class TSCCCodec 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 |
|---|
TSCCCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
copyMetaTo(javax.media.Buffer in,
javax.media.Buffer out) |
protected int |
decode(javax.media.Buffer in,
javax.media.Buffer out) |
protected int |
encode(javax.media.Buffer in,
javax.media.Buffer out) |
protected javax.media.Format[] |
getMatchingOutputFormats(javax.media.Format input) |
void |
open() |
int |
process(javax.media.Buffer input,
javax.media.Buffer output) |
void |
reset() |
getInputFormat, getOutputFormat, getSupportedInputFormats, getSupportedOutputFormats, setInputFormat, setOutputFormatgetControl, getControls, getName, isSet, 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 void reset()
reset in interface javax.media.PlugInreset in class AbstractCodecpublic int process(javax.media.Buffer input,
javax.media.Buffer output)
protected void copyMetaTo(javax.media.Buffer in,
javax.media.Buffer out)
protected int encode(javax.media.Buffer in,
javax.media.Buffer out)
protected int decode(javax.media.Buffer in,
javax.media.Buffer out)
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.