|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.VST.Enable (
nPlayer as Integer,
nIdVST as Long,
bEnable as enumBoolean,
nPriority as Long
) as enumErrorCodes
|
|
[C++]
short control.VST.Enable (
short nPlayer,
long nIdVST,
short bEnable,
long nPriority
);
|
|
Parameter
|
Description
| ||||||
|
|
| ||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| ||||||
|
nIdVST
|
Unique identifier of the VST effect
| ||||||
|
bEnable
|
Boolean flag that tells if the VST effect must be enabled or disabled.
Supported values are the following:
| ||||||
|
nPriority
|
VST priority level: VST with higher priority are applied before VST with lower priority
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|