#include <mediafmt.h>
|
enum | MergeType {
NoMerge,
MinMerge,
MaxMerge,
EqualMerge,
NotEqualMerge,
AlwaysMerge,
CustomMerge,
IntersectionMerge,
AndMerge = MinMerge,
OrMerge = MaxMerge
} |
|
| OpalMediaOption (const PString &name) |
|
| OpalMediaOption (const char *name, bool readOnly, MergeType merge) |
|
OpalMediaOptionEnum::OpalMediaOptionEnum |
( |
const char * |
name, |
|
|
bool |
readOnly |
|
) |
| |
OpalMediaOptionEnum::OpalMediaOptionEnum |
( |
const char * |
name, |
|
|
bool |
readOnly, |
|
|
const char *const * |
enumerations, |
|
|
PINDEX |
count, |
|
|
MergeType |
merge = EqualMerge , |
|
|
PINDEX |
value = 0 |
|
) |
| |
virtual PObject* OpalMediaOptionEnum::Clone |
( |
| ) |
const |
|
virtual |
virtual Comparison OpalMediaOptionEnum::CompareValue |
( |
const OpalMediaOption & |
option | ) |
const |
|
virtual |
const PStringArray& OpalMediaOptionEnum::GetEnumerations |
( |
| ) |
const |
|
inline |
PINDEX OpalMediaOptionEnum::GetValue |
( |
| ) |
const |
|
inline |
virtual void OpalMediaOptionEnum::PrintOn |
( |
ostream & |
strm | ) |
const |
|
virtual |
virtual void OpalMediaOptionEnum::ReadFrom |
( |
istream & |
strm | ) |
|
|
virtual |
void OpalMediaOptionEnum::SetEnumerations |
( |
const PStringArray & |
e | ) |
|
|
inline |
void OpalMediaOptionEnum::SetValue |
( |
PINDEX |
value | ) |
|
PStringArray OpalMediaOptionEnum::m_enumerations |
|
protected |
PINDEX OpalMediaOptionEnum::m_value |
|
protected |
The documentation for this class was generated from the following file: