#include <h225.h>
Inheritance diagram for H225_RTPSession:
Public Types | |
enum | OptionalFields { e_multicast, e_bandwidth } |
Public Member Functions | |
H225_RTPSession (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 | |
H225_TransportChannelInfo | m_rtpAddress |
H225_TransportChannelInfo | m_rtcpAddress |
PASN_PrintableString | m_cname |
PASN_Integer | m_ssrc |
PASN_Integer | m_sessionId |
H225_RTPSession_associatedSessionIds | m_associatedSessionIds |
PASN_Null | m_multicast |
H225_BandWidth | m_bandwidth |
H225_RTPSession::H225_RTPSession | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H225_RTPSession::GetDataLength | ( | ) | const |
BOOL H225_RTPSession::Decode | ( | PASN_Stream & | strm | ) |
void H225_RTPSession::Encode | ( | PASN_Stream & | strm | ) | const |
void H225_RTPSession::PrintOn | ( | ostream & | strm | ) | const |
Comparison H225_RTPSession::Compare | ( | const PObject & | obj | ) | const |
PObject* H225_RTPSession::Clone | ( | ) | const |
PASN_PrintableString H225_RTPSession::m_cname |
PASN_Integer H225_RTPSession::m_ssrc |
PASN_Integer H225_RTPSession::m_sessionId |
PASN_Null H225_RTPSession::m_multicast |