OPAL
Version 3.14.3
|
#include <mediatype.h>
Inherits std::string.
Data Structures | |
class | AutoStartMap |
Public Member Functions | |
OpalMediaType () | |
virtual | ~OpalMediaType () |
OpalMediaType (const std::string &str) | |
OpalMediaType (const char *str) | |
OpalMediaType (const PString &str) | |
OpalMediaTypeDefinition * | operator-> () const |
OpalMediaTypeDefinition * | GetDefinition () const |
P_DECLARE_BITWISE_ENUM_EX (AutoStartMode, 3,(OfferInactive, Receive, Transmit, DontOffer), ReceiveTransmit=Receive|Transmit, TransmitReceive=Receive|Transmit) | |
AutoStartMode | GetAutoStart () const |
Static Public Member Functions | |
static const OpalMediaType & | Audio () |
static const OpalMediaType & | Video () |
static const OpalMediaType & | UserInput () |
static OpalMediaTypeDefinition * | GetDefinition (const OpalMediaType &key) |
static OpalMediaTypeList | GetList () |
Define the type used to hold the media type identifiers, i.e. "audio", "video", "h.224", "fax" etc
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
static |
__inline OpalMediaType::AutoStartMode OpalMediaType::GetAutoStart | ( | ) | const |
References OpalMediaTypeDefinition::GetAutoStart(), and GetDefinition().
OpalMediaTypeDefinition* OpalMediaType::GetDefinition | ( | ) | const |
Referenced by GetAutoStart(), and operator->().
|
static |
|
static |
|
inline |
References GetDefinition().
OpalMediaType::P_DECLARE_BITWISE_ENUM_EX | ( | AutoStartMode | , |
3 | , | ||
(OfferInactive, Receive, Transmit, DontOffer) | , | ||
ReceiveTransmit | = Receive|Transmit , |
||
TransmitReceive | = Receive|Transmit |
||
) |
|
static |
|
static |