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