#include <mediafmt.h>
Detailed Description
Base class for options attached to an OpalMediaFormat.
Member Enumeration Documentation
- Enumerator:
| NoMerge |
|
| MinMerge |
|
| MaxMerge |
|
| EqualMerge |
|
| NotEqualMerge |
|
| AlwaysMerge |
|
| CustomMerge |
|
| IntersectionMerge |
|
| AndMerge |
|
| OrMerge |
|
Constructor & Destructor Documentation
| OpalMediaOption::OpalMediaOption |
( |
const PString & |
name | ) |
|
|
protected |
| OpalMediaOption::OpalMediaOption |
( |
const char * |
name, |
|
|
bool |
readOnly, |
|
|
MergeType |
merge |
|
) |
| |
|
protected |
Member Function Documentation
| PString OpalMediaOption::AsString |
( |
| ) |
const |
| virtual Comparison OpalMediaOption::Compare |
( |
const PObject & |
obj | ) |
const |
|
virtual |
| virtual Comparison OpalMediaOption::CompareValue |
( |
const OpalMediaOption & |
option | ) |
const |
|
pure virtual |
| bool OpalMediaOption::FromString |
( |
const PString & |
value | ) |
|
| const PString& OpalMediaOption::GetFMTPDefault |
( |
| ) |
const |
|
inline |
| const PString& OpalMediaOption::GetFMTPName |
( |
| ) |
const |
|
inline |
| MergeType OpalMediaOption::GetMerge |
( |
| ) |
const |
|
inline |
| const PString& OpalMediaOption::GetName |
( |
| ) |
const |
|
inline |
| bool OpalMediaOption::IsReadOnly |
( |
| ) |
const |
|
inline |
| void OpalMediaOption::SetFMTPDefault |
( |
const char * |
value | ) |
|
|
inline |
| void OpalMediaOption::SetFMTPName |
( |
const char * |
name | ) |
|
|
inline |
| void OpalMediaOption::SetH245Generic |
( |
const H245GenericInfo & |
genericInfo | ) |
|
|
inline |
| void OpalMediaOption::SetMerge |
( |
MergeType |
merge | ) |
|
|
inline |
| void OpalMediaOption::SetReadOnly |
( |
bool |
readOnly | ) |
|
|
inline |
| virtual bool OpalMediaOption::ValidateMerge |
( |
const OpalMediaOption & |
option | ) |
const |
|
virtual |
Field Documentation
| PString OpalMediaOption::m_FMTPDefault |
|
protected |
| PCaselessString OpalMediaOption::m_FMTPName |
|
protected |
| PCaselessString OpalMediaOption::m_name |
|
protected |
| bool OpalMediaOption::m_readOnly |
|
protected |
The documentation for this class was generated from the following file: