#include <h245.h>
Inheritance diagram for H245_H263VideoMode:

Public Types | |
| enum | OptionalFields { e_errorCompensation, e_enhancementLayerInfo, e_h263Options } | 
Public Member Functions | |
| H245_H263VideoMode (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
| PINDEX | GetDataLength () const | 
| PBoolean | Decode (PASN_Stream &strm) | 
| void | Encode (PASN_Stream &strm) const | 
| void | PrintOn (ostream &strm) const | 
| Comparison | Compare (const PObject &obj) const | 
| PObject * | Clone () const | 
Public Attributes | |
| H245_H263VideoMode_resolution | m_resolution | 
| PASN_Integer | m_bitRate | 
| PASN_Boolean | m_unrestrictedVector | 
| PASN_Boolean | m_arithmeticCoding | 
| PASN_Boolean | m_advancedPrediction | 
| PASN_Boolean | m_pbFrames | 
| PASN_Boolean | m_errorCompensation | 
| H245_EnhancementLayerInfo | m_enhancementLayerInfo | 
| H245_H263Options | m_h263Options | 
| H245_H263VideoMode::H245_H263VideoMode | ( | unsigned |  tag = UniversalSequence,  | 
        |
| TagClass |  tagClass = UniversalTagClass | |||
| ) | 
| PINDEX H245_H263VideoMode::GetDataLength | ( | ) | const | 
| PBoolean H245_H263VideoMode::Decode | ( | PASN_Stream & | strm | ) | 
| void H245_H263VideoMode::Encode | ( | PASN_Stream & | strm | ) | const | 
| void H245_H263VideoMode::PrintOn | ( | ostream & | strm | ) | const | 
| Comparison H245_H263VideoMode::Compare | ( | const PObject & | obj | ) | const | 
| PObject* H245_H263VideoMode::Clone | ( | ) | const | 
| PASN_Integer H245_H263VideoMode::m_bitRate | 
| PASN_Boolean H245_H263VideoMode::m_unrestrictedVector | 
| PASN_Boolean H245_H263VideoMode::m_arithmeticCoding | 
| PASN_Boolean H245_H263VideoMode::m_advancedPrediction | 
| PASN_Boolean H245_H263VideoMode::m_pbFrames | 
| PASN_Boolean H245_H263VideoMode::m_errorCompensation | 
 1.5.1