OPAL
Version 3.14.3
|
Go to the source code of this file.
Data Structures | |
class | OpalMediaTypeList |
class | OpalMediaType |
class | OpalMediaType::AutoStartMap |
class | OpalMediaTypeDefinition |
class | SimpleMediaType< Type, SessionId > |
class | OpalRTPAVPMediaDefinition |
class | OpalAudioMediaDefinition |
class | OpalVideoMediaDefinition |
class | OpalPresentationVideoMediaDefinition |
Macros | |
#define | OPAL_INSTANTIATE_MEDIATYPE2(cls, name) PFACTORY_CREATE(OpalMediaTypesFactory, cls, name, true) |
#define | OPAL_INSTANTIATE_MEDIATYPE(cls) OPAL_INSTANTIATE_MEDIATYPE2(cls, cls::Name()) |
#define | OPAL_MEDIATYPE(clsBase) |
#define | OPAL_INSTANTIATE_SIMPLE_MEDIATYPE(cls, name,...) |
Typedefs | |
typedef PFactory < OpalMediaTypeDefinition, OpalMediaType > | OpalMediaTypesFactory |
Functions | |
__inline ostream & | operator<< (ostream &strm, const OpalMediaType &mediaType) |
ostream & | operator<< (ostream &strm, OpalMediaType::AutoStartMode mode) |
#define OPAL_INSTANTIATE_MEDIATYPE | ( | cls | ) | OPAL_INSTANTIATE_MEDIATYPE2(cls, cls::Name()) |
#define OPAL_INSTANTIATE_MEDIATYPE2 | ( | cls, | |
name | |||
) | PFACTORY_CREATE(OpalMediaTypesFactory, cls, name, true) |
#define OPAL_INSTANTIATE_SIMPLE_MEDIATYPE | ( | cls, | |
name, | |||
... | |||
) |
#define OPAL_MEDIATYPE | ( | clsBase | ) |
typedef PFactory<OpalMediaTypeDefinition, OpalMediaType> OpalMediaTypesFactory |
__inline ostream& operator<< | ( | ostream & | strm, |
const OpalMediaType & | mediaType | ||
) |
ostream& operator<< | ( | ostream & | strm, |
OpalMediaType::AutoStartMode | mode | ||
) |