|
OPAL
Version 3.18.8
|
#include <mediafmt.h>


Public Member Functions | |
| OpalMediaOptionNumericalValue (const char *name, bool readOnly, OpalMediaOption::MergeType merge=OpalMediaOption::MinMerge, T value=0, T minimum=std::numeric_limits< T >::min(), T maximum=std::numeric_limits< T >::max()) | |
| virtual PObject * | Clone () const |
| virtual void | ReadFrom (istream &strm) |
| void | SetValue (T value) |
| void | SetMinimum (T m) |
| void | SetMaximum (T m) |
Public Member Functions inherited from OpalMediaOptionValue< T > | |
| OpalMediaOptionValue (const char *name, bool readOnly, OpalMediaOption::MergeType merge=OpalMediaOption::MinMerge, T value=T()) | |
| virtual void | PrintOn (ostream &strm) const |
| virtual bool | Merge (const OpalMediaOption &option) |
| virtual Comparison | CompareValue (const OpalMediaOption &option) const |
| virtual void | Assign (const OpalMediaOption &option) |
| T | GetValue () const |
| void | SetValue (T value) |
Public Member Functions inherited from OpalMediaOption | |
| virtual Comparison | Compare (const PObject &obj) const |
| virtual bool | ValidateMerge (const OpalMediaOption &option) const |
| PString | AsString () const |
| bool | FromString (const PString &value) |
| const PString & | GetName () const |
| bool | IsReadOnly () const |
| void | SetReadOnly (bool readOnly) |
| MergeType | GetMerge () const |
| void | SetMerge (MergeType merge) |
| const H245GenericInfo & | GetH245Generic () const |
| void | SetH245Generic (const H245GenericInfo &genericInfo) |
Protected Attributes | |
| T | m_minimum |
| T | m_maximum |
Protected Attributes inherited from OpalMediaOptionValue< T > | |
| T | m_value |
Protected Attributes inherited from OpalMediaOption | |
| PCaselessString | m_name |
| bool | m_readOnly |
| MergeType | m_merge |
| H245GenericInfo | m_H245Generic |
Additional Inherited Members | |
Public Types inherited from OpalMediaOption | |
| enum | MergeType { NoMerge, MinMerge, MaxMerge, EqualMerge, NotEqualMerge, AlwaysMerge, CustomMerge, IntersectionMerge, AndMerge = MinMerge, OrMerge = MaxMerge } |
Protected Member Functions inherited from OpalMediaOption | |
| OpalMediaOption (const PString &name) | |
| OpalMediaOption (const char *name, bool readOnly, MergeType merge) | |
|
inline |
Referenced by OpalMediaOptionNumericalValue< T >::Clone().
|
inlinevirtual |
Reimplemented from OpalMediaOptionValue< T >.
References OpalMediaOptionNumericalValue< T >::OpalMediaOptionNumericalValue().
|
inlinevirtual |
Reimplemented from OpalMediaOptionValue< T >.
References OpalMediaOptionNumericalValue< T >::m_maximum, OpalMediaOptionNumericalValue< T >::m_minimum, and OpalMediaOptionValue< T >::m_value.
|
inline |
References OpalMediaOptionNumericalValue< T >::m_maximum.
|
inline |
References OpalMediaOptionNumericalValue< T >::m_minimum.
|
inline |
|
protected |
|
protected |