#include <t140.h>
Inheritance diagram for OpalT140RTPFrame:
Public Member Functions | |
OpalT140RTPFrame () | |
OpalT140RTPFrame (const PString &contentType) | |
OpalT140RTPFrame (const PString &contentType, const T140String &content) | |
OpalT140RTPFrame (const BYTE *data, PINDEX len, PBoolean dynamic=true) | |
OpalT140RTPFrame (const RTP_DataFrame &frame) | |
void | SetContentType (const PString &contentType) |
PString | GetContentType () const |
void | SetContent (const T140String &text) |
bool | GetContent (T140String &text) const |
bool | GetContent (PString &str) const |
PString | AsString () const |
OpalT140RTPFrame::OpalT140RTPFrame | ( | ) |
OpalT140RTPFrame::OpalT140RTPFrame | ( | const PString & | contentType | ) |
OpalT140RTPFrame::OpalT140RTPFrame | ( | const PString & | contentType, | |
const T140String & | content | |||
) |
OpalT140RTPFrame::OpalT140RTPFrame | ( | const BYTE * | data, | |
PINDEX | len, | |||
PBoolean | dynamic = true | |||
) |
OpalT140RTPFrame::OpalT140RTPFrame | ( | const RTP_DataFrame & | frame | ) |
PString OpalT140RTPFrame::AsString | ( | ) | const [inline] |
bool OpalT140RTPFrame::GetContent | ( | PString & | str | ) | const |
bool OpalT140RTPFrame::GetContent | ( | T140String & | text | ) | const |
PString OpalT140RTPFrame::GetContentType | ( | ) | const |
void OpalT140RTPFrame::SetContent | ( | const T140String & | text | ) |
void OpalT140RTPFrame::SetContentType | ( | const PString & | contentType | ) |