#include <mediafmt.h>
Inheritance diagram for OpalMediaOptionValue< T >:

Public Member Functions | |
| OpalMediaOptionValue (const char *name, bool readOnly, MergeType merge=MinMerge, T value=0, T minimum=std::numeric_limits< T >::min(), T maximum=std::numeric_limits< T >::max()) | |
| virtual PObject * | Clone () const |
| virtual void | PrintOn (ostream &strm) const |
| virtual void | ReadFrom (istream &strm) |
| virtual Comparison | CompareValue (const OpalMediaOption &option) const |
| virtual void | Assign (const OpalMediaOption &option) |
| T | GetValue () const |
| void | SetValue (T value) |
Protected Attributes | |
| T | m_value |
| T | m_minimum |
| T | m_maximum |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||
|
Implements OpalMediaOption. |
|
|||||||||
|
|
|
||||||||||
|
Implements OpalMediaOption. |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.2