![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include <AAX_IDisplayDelegate.h>
Defines the display behavior for a parameter.
This interface represents a delegate class to be used in conjunction with AAX_IParameter. AAX_IParameter delegates all conversion operations between strings and real parameter values to classes that meet this interface. You can think of AAX_ITaperDelegate subclasses as simple string serialization routines that enable a specific string conversions for an arbitrary parameter.
For more information about how parameter delegates operate, see the AAX_ITaperDelegate and Parameter Manager documentation.
Public Member Functions | |
virtual | ~AAX_IDisplayDelegateBase () |
Virtual destructor. More... | |
|
inlinevirtual |
Virtual destructor.