OPAL
Version 3.14.3
|
#include <rtp.h>
Inherits PObject.
Public Types | |
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 |
Information for RFC 5285 header extensions.
RTPExtensionHeaderInfo::RTPExtensionHeaderInfo | ( | ) |
|
virtual |
void RTPExtensionHeaderInfo::OutputSDP | ( | ostream & | strm | ) | const |
bool RTPExtensionHeaderInfo::ParseSDP | ( | const PString & | param | ) |
PString RTPExtensionHeaderInfo::m_attributes |
enum RTPExtensionHeaderInfo::Direction RTPExtensionHeaderInfo::m_direction |
unsigned RTPExtensionHeaderInfo::m_id |
PURL RTPExtensionHeaderInfo::m_uri |