OPAL
Version 3.10.4
|
#include <im.h>
Public Member Functions | |
RTP_IMFrame () | |
RTP_IMFrame (const PString &contentType) | |
RTP_IMFrame (const PString &contentType, const T140String &content) | |
RTP_IMFrame (const BYTE *data, PINDEX len, PBoolean dynamic=true) | |
void | SetContentType (const PString &contentType) |
PString | GetContentType () const |
void | SetContent (const T140String &text) |
bool | GetContent (T140String &text) const |
PString | AsString () const |
RTP_IMFrame::RTP_IMFrame | ( | const PString & | contentType | ) |
RTP_IMFrame::RTP_IMFrame | ( | const PString & | contentType, |
const T140String & | content | ||
) |
RTP_IMFrame::RTP_IMFrame | ( | const BYTE * | data, |
PINDEX | len, | ||
PBoolean | dynamic = true |
||
) |
PString RTP_IMFrame::AsString | ( | ) | const [inline] |
References RTP_DataFrame::GetPayloadPtr(), and RTP_DataFrame::GetPayloadSize().
bool RTP_IMFrame::GetContent | ( | T140String & | text | ) | const |
PString RTP_IMFrame::GetContentType | ( | ) | const |
void RTP_IMFrame::SetContent | ( | const T140String & | text | ) |
void RTP_IMFrame::SetContentType | ( | const PString & | contentType | ) |