#include <ptbuildopts.h>
#include <ptlib/pfactory.h>
#include <opal/buildopts.h>
Go to the source code of this file.
Macro Definition Documentation
#define OPAL_INSTANTIATE_MEDIATYPE2 |
( |
|
title, |
|
|
|
name, |
|
|
|
cls |
|
) |
| |
Value:namespace OpalMediaTypeSpace { \
static PFactory<OpalMediaTypeDefinition>::Worker<cls> static_##title##_##cls(name, true); \
}; \
#define OPAL_INSTANTIATE_SIMPLE_MEDIATYPE |
( |
|
type, |
|
|
|
sdp |
|
) |
| |
Value:namespace OpalMediaTypeSpace { \
char type##_type_string[] = #type; \
char type##_sdp_string[] = #sdp; \
}; \
OPAL_INSTANTIATE_MEDIATYPE(type, type##_MediaType) \
Typedef Documentation
Function Documentation
__inline ostream& operator<< |
( |
ostream & |
strm, |
|
|
const OpalMediaType & |
mediaType |
|
) |
| |