public class MPEG2StreamDecoder extends Object implements CompressedStreamParser
Decoder used by the BinaryDataParser to decode a binary block compressed in MPEG2.
| Constructor and Description |
|---|
MPEG2StreamDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(DataInputExt inputStream,
DataComponent blockComponent) |
void |
init(DataComponent blockComponent,
BinaryBlock binaryBlock) |
public void init(DataComponent blockComponent, BinaryBlock binaryBlock) throws CDMException
init in interface CompressedStreamParserCDMExceptionpublic void decode(DataInputExt inputStream, DataComponent blockComponent) throws CDMException
decode in interface CompressedStreamParserCDMExceptionCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.