|
OPAL Version 3.10.2
|
#include <mediatype.h>
Public Member Functions | |
| OpalRTPAVPMediaType (const char *mediaType, const char *sdpType, unsigned requiredSessionId=0, OpalMediaType::AutoStartMode autoStart=OpalMediaType::DontOffer) | |
| virtual PString | GetRTPEncoding () const |
| OpalMediaSession * | CreateMediaSession (OpalConnection &, unsigned) const |
| OpalRTPAVPMediaType::OpalRTPAVPMediaType | ( | const char * | mediaType, |
| const char * | sdpType, | ||
| unsigned | requiredSessionId = 0, |
||
| OpalMediaType::AutoStartMode | autoStart = OpalMediaType::DontOffer |
||
| ) |
| OpalMediaSession* OpalRTPAVPMediaType::CreateMediaSession | ( | OpalConnection & | connection, |
| unsigned | sessionID | ||
| ) | const [virtual] |
Create a media session suitable for the media type.
Reimplemented from OpalMediaTypeDefinition.
| virtual PString OpalRTPAVPMediaType::GetRTPEncoding | ( | ) | const [virtual] |
Get the string used for the RTP_FormatHandler PFactory which is used to create the RTP handler for the this media type possible values include "rtp/avp" and "udptl"
Only valid if UsesRTP return true
Implements OpalMediaTypeDefinition.