#include <rfc4103.h>
Public Member Functions | |
RFC4103Context () | |
RFC4103Context (const OpalMediaFormat &fmt) | |
void | SetMediaFormat (const OpalMediaFormat &fmt) |
RTP_DataFrameList | ConvertToFrames (const PString &contentType, const T140String &body) |
Data Fields | |
OpalMediaFormat | m_mediaFormat |
PMutex | m_mutex |
WORD | m_sequence |
DWORD | m_baseTimeStamp |
PTime | m_baseTime |
RFC4103Context::RFC4103Context | ( | ) |
RFC4103Context::RFC4103Context | ( | const OpalMediaFormat & | fmt | ) |
RTP_DataFrameList RFC4103Context::ConvertToFrames | ( | const PString & | contentType, | |
const T140String & | body | |||
) |
void RFC4103Context::SetMediaFormat | ( | const OpalMediaFormat & | fmt | ) |
PMutex RFC4103Context::m_mutex |