VolumeAutomation.PointGetCount method |
|
Remarks
Gets the number of volume points inside the current volume automation procedure.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] control.VolumeAutomation.PointGetCount ( nPlayer as Integer ) as Long |
[C++] long control.VolumeAutomation.PointGetCount ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
>= 0 |
The number of available volume points |