OPAL
Version 3.12.9
|
#include <mediatype.h>
Public Member Functions | |
OpalAudioMediaType () | |
SDPMediaDescription * | CreateSDPMediaDescription (const OpalTransportAddress &) const |
create an SDP media description entry for this media type More... | |
![]() | |
OpalRTPAVPMediaType (const char *mediaType, unsigned requiredSessionId=0, OpalMediaType::AutoStartMode autoStart=OpalMediaType::DontOffer) | |
virtual bool | MatchesSDP (const PCaselessString &, const PCaselessString &, const PStringArray &, PINDEX) |
Determine of this media type is valid for SDP m= section. More... | |
![]() | |
OpalMediaTypeDefinition (const char *mediaType, const char *mediaSession, unsigned requiredSessionId=0, OpalMediaType::AutoStartMode autoStart=OpalMediaType::DontOffer) | |
Create a new media type definition. More... | |
virtual | ~OpalMediaTypeDefinition () |
OpalMediaType::AutoStartMode | GetAutoStart () const |
void | SetAutoStart (OpalMediaType::AutoStartMode v) |
void | SetAutoStart (OpalMediaType::AutoStartMode v, bool on) |
unsigned | GetDefaultSessionId () const |
const PString & | GetMediaSessionType () const |
Static Public Member Functions | |
static const char * | Name () |
Additional Inherited Members | |
![]() | |
OpalMediaType | m_mediaType |
PString | m_mediaSessionType |
unsigned | m_defaultSessionId |
OpalMediaType::AutoStartMode | m_autoStart |
OpalAudioMediaType::OpalAudioMediaType | ( | ) |
|
virtual |
create an SDP media description entry for this media type
Reimplemented from OpalMediaTypeDefinition.
|
static |