VolumeAutomation.PointRemove method |
|
Remarks
Removes an existing volume point.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] control.VolumeAutomation.PointRemove ( nPlayer as Integer, strVolumePointName as String ) as enumErrorCodes |
[C++] short control.VolumeAutomation.PointRemove ( short nPlayer, LPCTSTR strVolumePointName ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
strVolumePointName |
String representing the friendly name of the volume point to remove: this name must be identical to the corresponding one used for adding the volume point through the VolumeAutomation.PointAdd method. |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The method call was successful |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |