Write/Read |
About Avoid Spurs Feature |
Description |
Sets and returns the state of the avoid spurs feature. |
VB Syntax |
mixer.AvoidSpurs = boolean |
Variable |
(Type) - Description |
mixer |
A Mixer (object) A Converter (object) |
value |
(Boolean) - State of avoid spurs feature. Choose from False Avoid spurs OFF True Avoid spurs ON |
Return Type |
Boolean |
Default |
False |
Examples |
conv.AvoidSpurs = True 'Write variable = conv.AvoidSpurs 'Read |
C++ Syntax |
HRESULT get_AvoidSpurs(Bool *bVal) HRESULT put_AvoidSpurs(Bool newVal) |
Interface |
IMixer3 IConverter5 |