Created by the British Broadcasting Corporation.
Parameters relating to the complexity of encoder/decoder.
#include <common.h>
dirac::ParseParams::ParseParams | ( | ) |
unsigned int dirac::ParseParams::Level | ( | ) | const [inline] |
References m_level.
unsigned int dirac::ParseParams::MajorVersion | ( | ) | const [inline] |
References m_major_ver.
unsigned int dirac::ParseParams::MinorVersion | ( | ) | const [inline] |
References m_minor_ver.
unsigned int dirac::ParseParams::Profile | ( | ) | const [inline] |
References m_profile.
void dirac::ParseParams::SetLevel | ( | unsigned int | level | ) | [inline] |
References m_level.
void dirac::ParseParams::SetMajorVersion | ( | unsigned int | major_ver | ) | [inline] |
References m_major_ver.
void dirac::ParseParams::SetMinorVersion | ( | unsigned int | minor_ver | ) | [inline] |
References m_minor_ver.
void dirac::ParseParams::SetProfile | ( | unsigned int | profile | ) | [inline] |
References m_profile.
unsigned int dirac::ParseParams::m_level [private] |
Referenced by Level(), and SetLevel().
unsigned int dirac::ParseParams::m_major_ver [private] |
Referenced by MajorVersion(), and SetMajorVersion().
unsigned int dirac::ParseParams::m_minor_ver [private] |
Referenced by MinorVersion(), and SetMinorVersion().
unsigned int dirac::ParseParams::m_profile [private] |
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.