AVBlocks for C++
1.9
Audio and Video Software Development Kit
|
The parameter represents an untyped value which is stored in a char_t string. More...
Inherits Parameter.
Public Member Functions | |
virtual const char_t * | value () const =0 |
Returns the parameter value. | |
virtual void | setValue (const char_t *value)=0 |
Sets the parameter value. |
The parameter represents an untyped value which is stored in a char_t string.
The parameter name constant documents how this value should be interpreted.
virtual void setValue | ( | const char_t * | value | ) | [pure virtual] |
Sets the parameter value.
value | [in] A pointer to zero terminated string. If NULL it is interpreted as if an empty string is provided. The string pointed by value is copied internally and is not required to be valid after the method returns. |
virtual const char_t* value | ( | ) | const [pure virtual] |
Returns the parameter value.