org.monte.media.jmf.codec.video
Class ZMBVDecoder
java.lang.Object
org.monte.media.jmf.codec.AbstractCodec
org.monte.media.jmf.codec.video.AbstractVideoDecoder
org.monte.media.jmf.codec.video.ZMBVDecoder
- All Implemented Interfaces:
- javax.media.Codec, javax.media.Controls, javax.media.PlugIn
public class ZMBVDecoder
- extends AbstractVideoDecoder
ZMBVDecoder.
- Version:
- 1.0 2011-08-27 Created.
- Author:
- Werner Randelshofer
|
Field Summary |
protected static int |
bMask
RGB bit masks |
protected static int |
gMask
|
protected static int |
rMask
|
| Fields inherited from interface javax.media.PlugIn |
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bMask
protected static final int bMask
- RGB bit masks
- See Also:
- Constant Field Values
gMask
protected static final int gMask
- See Also:
- Constant Field Values
rMask
protected static final int rMask
- See Also:
- Constant Field Values
ZMBVDecoder
public ZMBVDecoder()
getMatchingOutputFormats
protected javax.media.Format[] getMatchingOutputFormats(javax.media.Format input)
- Specified by:
getMatchingOutputFormats in class AbstractVideoDecoder
process
public int process(javax.media.Buffer input,
javax.media.Buffer output)
close
public void close()
- Specified by:
close in interface javax.media.PlugIn- Overrides:
close in class AbstractCodec
open
public void open()
throws javax.media.ResourceUnavailableException
- Specified by:
open in interface javax.media.PlugIn- Overrides:
open in class AbstractCodec
- Throws:
javax.media.ResourceUnavailableException