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

Public Types | |
| enum | OptionalFields {  e_videoBitRate, e_vbvBufferSize, e_samplesPerLine, e_linesPerFrame, e_pictureRate, e_luminanceSampleRate, e_videoBadMBsCap }  | 
Public Member Functions | |
| H245_IS11172VideoCapability (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 | |
| PASN_Boolean | m_constrainedBitstream | 
| PASN_Integer | m_videoBitRate | 
| PASN_Integer | m_vbvBufferSize | 
| PASN_Integer | m_samplesPerLine | 
| PASN_Integer | m_linesPerFrame | 
| PASN_Integer | m_pictureRate | 
| PASN_Integer | m_luminanceSampleRate | 
| PASN_Boolean | m_videoBadMBsCap | 
| H245_IS11172VideoCapability::H245_IS11172VideoCapability | ( | unsigned |  tag = UniversalSequence,  | 
        |
| TagClass |  tagClass = UniversalTagClass | |||
| ) | 
| PINDEX H245_IS11172VideoCapability::GetDataLength | ( | ) | const | 
| PBoolean H245_IS11172VideoCapability::Decode | ( | PASN_Stream & | strm | ) | 
| void H245_IS11172VideoCapability::Encode | ( | PASN_Stream & | strm | ) | const | 
| void H245_IS11172VideoCapability::PrintOn | ( | ostream & | strm | ) | const | 
| Comparison H245_IS11172VideoCapability::Compare | ( | const PObject & | obj | ) | const | 
| PObject* H245_IS11172VideoCapability::Clone | ( | ) | const | 
| PASN_Boolean H245_IS11172VideoCapability::m_constrainedBitstream | 
| PASN_Integer H245_IS11172VideoCapability::m_videoBitRate | 
| PASN_Integer H245_IS11172VideoCapability::m_vbvBufferSize | 
| PASN_Integer H245_IS11172VideoCapability::m_samplesPerLine | 
| PASN_Integer H245_IS11172VideoCapability::m_linesPerFrame | 
| PASN_Integer H245_IS11172VideoCapability::m_pictureRate | 
| PASN_Integer H245_IS11172VideoCapability::m_luminanceSampleRate | 
| PASN_Boolean H245_IS11172VideoCapability::m_videoBadMBsCap | 
 1.5.1