#include <h245.h>
Inheritance diagram for H245_RedundancyEncodingElement:
Public Types | |
enum | OptionalFields { e_payloadType } |
Public Member Functions | |
H245_RedundancyEncodingElement (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
PINDEX | GetDataLength () const |
BOOL | 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_DataType | m_dataType |
PASN_Integer | m_payloadType |
H245_RedundancyEncodingElement::H245_RedundancyEncodingElement | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H245_RedundancyEncodingElement::GetDataLength | ( | ) | const |
BOOL H245_RedundancyEncodingElement::Decode | ( | PASN_Stream & | strm | ) |
void H245_RedundancyEncodingElement::Encode | ( | PASN_Stream & | strm | ) | const |
void H245_RedundancyEncodingElement::PrintOn | ( | ostream & | strm | ) | const |
Comparison H245_RedundancyEncodingElement::Compare | ( | const PObject & | obj | ) | const |
PObject* H245_RedundancyEncodingElement::Clone | ( | ) | const |
PASN_Integer H245_RedundancyEncodingElement::m_payloadType |