41 #ifndef parseparams_byteio_h 42 #define parseparams_byteio_h Definition of class SequenceHeaderByteIO.
Definition: accessunit_byteio.h:51
void Input()
Reads parse information from Dirac byte-format.
Represents compressed parse-parameter data used in an AccessUnit.
Definition: parseparams_byteio.h:58
Parameters for the encoding process.
Definition: common.h:1279
ParseParamsByteIO(const ByteIO &stream_data, ParseParams &parse_params, EncoderParams &enc_params)
Constructor.
void Output()
Outputs parse information to Dirac byte-format.
Class ByteIO - top-level class for reading/writing bytes to a stream.
Definition: byteio.h:72
Parameters relating to the complexity of encoder/decoder.
Definition: common.h:890
ParseParams & m_parse_params
Reference to parse parameters.
Definition: parseparams_byteio.h:111
int GetIdNumber() const
Get access-unit number.
~ParseParamsByteIO()
Destructor.