VolumeAutomation.PointGetNext method |
|
Remarks
Obtains the zero-based index of the next volume point.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] control.VolumeAutomation.PointGetNext ( nPlayer as Integer, nIndexVolumePoint as Long ) as enumErrorCodes |
[C++] short control.VolumeAutomation.PointGetNext ( short nPlayer, long *nIndexVolumePoint ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
nIndexVolumePoint |
Reference that, on return from the method call, will contain the zero-based index of the next volume point inside the volume automation procedure. |
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. |