#include <sdp.h>
SDPMediaFormat::SDPMediaFormat | ( | SDPMediaDescription & | parent, | |
RTP_DataFrame::PayloadTypes | payloadType, | |||
const char * | name = NULL | |||
) |
SDPMediaFormat::SDPMediaFormat | ( | SDPMediaDescription & | parent, | |
const OpalMediaFormat & | mediaFormat | |||
) |
unsigned SDPMediaFormat::GetClockRate | ( | void | ) | [inline] |
const PCaselessString& SDPMediaFormat::GetEncodingName | ( | ) | const [inline] |
PString SDPMediaFormat::GetFMTP | ( | ) | const |
const OpalMediaFormat& SDPMediaFormat::GetMediaFormat | ( | ) | const |
RTP_DataFrame::PayloadTypes SDPMediaFormat::GetPayloadType | ( | ) | const [inline] |
OpalMediaFormat& SDPMediaFormat::GetWritableMediaFormat | ( | ) |
void SDPMediaFormat::InitialiseMediaFormat | ( | OpalMediaFormat & | mediaFormat | ) | const [protected] |
bool SDPMediaFormat::PostDecode | ( | unsigned | bandwidth | ) |
bool SDPMediaFormat::PreEncode | ( | ) |
virtual void SDPMediaFormat::PrintOn | ( | ostream & | str | ) | const [virtual] |
void SDPMediaFormat::SetClockRate | ( | unsigned | v | ) | [inline] |
void SDPMediaFormat::SetEncodingName | ( | const PString & | v | ) | [inline] |
void SDPMediaFormat::SetFMTP | ( | const PString & | _fmtp | ) |
void SDPMediaFormat::SetMediaFormatOptions | ( | OpalMediaFormat & | mediaFormat | ) | const [protected] |
void SDPMediaFormat::SetParameters | ( | const PString & | v | ) | [inline] |
unsigned SDPMediaFormat::clockRate [protected] |
PCaselessString SDPMediaFormat::encodingName [protected] |
PString SDPMediaFormat::m_fmtp [protected] |
OpalMediaFormat SDPMediaFormat::m_mediaFormat [protected] |
SDPMediaDescription& SDPMediaFormat::m_parent [protected] |
PString SDPMediaFormat::parameters [protected] |