|
OPAL
Version 3.10.10
|
Go to the source code of this file.
Data Structures | |
| class | OpalMediaType |
| class | OpalMediaTypeDefinition |
| class | SimpleMediaType< Type, sdp > |
| class | OpalRTPAVPMediaType |
| class | OpalAudioMediaType |
| class | OpalVideoMediaType |
Macros | |
| #define | OPAL_INSTANTIATE_MEDIATYPE2(title, name, cls) |
| #define | OPAL_INSTANTIATE_MEDIATYPE(type, cls) OPAL_INSTANTIATE_MEDIATYPE2(type, #type, cls) \ |
| #define | OPAL_INSTANTIATE_SIMPLE_MEDIATYPE(type, sdp) |
| #define | OPAL_INSTANTIATE_SIMPLE_MEDIATYPE_NO_SDP(type) OPAL_INSTANTIATE_SIMPLE_MEDIATYPE(type, "") |
Typedefs | |
| typedef PFactory < OpalMediaTypeDefinition > | OpalMediaTypeFactory |
| typedef OpalMediaTypeFactory::KeyList_T | OpalMediaTypeList |
Functions | |
| __inline ostream & | operator<< (ostream &strm, const OpalMediaType &mediaType) |
| #define OPAL_INSTANTIATE_MEDIATYPE | ( | type, | |
| cls | |||
| ) | OPAL_INSTANTIATE_MEDIATYPE2(type, #type, cls) \ |
| #define OPAL_INSTANTIATE_MEDIATYPE2 | ( | title, | |
| name, | |||
| cls | |||
| ) |
| #define OPAL_INSTANTIATE_SIMPLE_MEDIATYPE | ( | type, | |
| sdp | |||
| ) |
| #define OPAL_INSTANTIATE_SIMPLE_MEDIATYPE_NO_SDP | ( | type | ) | OPAL_INSTANTIATE_SIMPLE_MEDIATYPE(type, "") |
| typedef PFactory<OpalMediaTypeDefinition> OpalMediaTypeFactory |
| typedef OpalMediaTypeFactory::KeyList_T OpalMediaTypeList |
| __inline ostream& operator<< | ( | ostream & | strm, |
| const OpalMediaType & | mediaType | ||
| ) |