Created by the British Broadcasting Corporation.
Parameters relating to the complexity of encoder/decoder.
#include <common.h>
Public Member Functions | |
ParseParams () | |
Default constructor. | |
unsigned int | MajorVersion () const |
Get the major version. | |
unsigned int | MinorVersion () const |
Get the minor version. | |
unsigned int | Profile () const |
Get the Profile. | |
unsigned int | Level () const |
Get the Level. | |
void | SetMajorVersion (unsigned int major_ver) |
Set the major version. | |
void | SetMinorVersion (unsigned int minor_ver) |
Set the minor version. | |
void | SetProfile (unsigned int profile) |
Set the Profile. | |
void | SetLevel (unsigned int level) |
Set the Level. | |
Private Attributes | |
unsigned int | m_major_ver |
Major Version. | |
unsigned int | m_minor_ver |
Minor Version. | |
unsigned int | m_profile |
Profile. | |
unsigned int | m_level |
Level. | |
dirac::ParseParams::ParseParams | ( | ) |
References m_major_ver.
References m_minor_ver.
References m_major_ver.
References m_minor_ver.
Referenced by Level(), and SetLevel().
Referenced by MajorVersion(), and SetMajorVersion().
Referenced by MinorVersion(), and SetMinorVersion().
Referenced by Profile(), and SetProfile().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.