#include <rtp.h>
Public Types | |
Undefined = -1 | |
Inactive | |
RecvOnly | |
SendOnly | |
SendRecv | |
enum | Direction { Undefined = -1, Inactive, RecvOnly, SendOnly, SendRecv } |
Public Member Functions | |
RTPExtensionHeaderInfo () | |
virtual Comparison | Compare (const PObject &other) const |
bool | ParseSDP (const PString ¶m) |
void | OutputSDP (ostream &strm) const |
Data Fields | |
unsigned | m_id |
enum RTPExtensionHeaderInfo::Direction | m_direction |
PURL | m_uri |
PString | m_attributes |
RTPExtensionHeaderInfo::RTPExtensionHeaderInfo | ( | ) |
virtual Comparison RTPExtensionHeaderInfo::Compare | ( | const PObject & | other | ) | const [virtual] |
void RTPExtensionHeaderInfo::OutputSDP | ( | ostream & | strm | ) | const |
bool RTPExtensionHeaderInfo::ParseSDP | ( | const PString & | param | ) |
unsigned RTPExtensionHeaderInfo::m_id |