#include <h248.h>
Inheritance diagram for H248_IndAudStreamParms:
Public Types | |
enum | OptionalFields { e_localControlDescriptor, e_localDescriptor, e_remoteDescriptor } |
Public Member Functions | |
H248_IndAudStreamParms (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 | |
H248_IndAudLocalControlDescriptor | m_localControlDescriptor |
H248_IndAudLocalRemoteDescriptor | m_localDescriptor |
H248_IndAudLocalRemoteDescriptor | m_remoteDescriptor |
H248_IndAudStreamParms::H248_IndAudStreamParms | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H248_IndAudStreamParms::GetDataLength | ( | ) | const |
PBoolean H248_IndAudStreamParms::Decode | ( | PASN_Stream & | strm | ) |
void H248_IndAudStreamParms::Encode | ( | PASN_Stream & | strm | ) | const |
void H248_IndAudStreamParms::PrintOn | ( | ostream & | strm | ) | const |
Comparison H248_IndAudStreamParms::Compare | ( | const PObject & | obj | ) | const |
PObject* H248_IndAudStreamParms::Clone | ( | ) | const |