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] Public Function PointGetCount ( nPlayerIndex as Int16 ) as Int32 |
[C#] public Int32 PointGetCount ( Int16 nPlayerIndex ); |
[C++] public: Int32 PointGetCount ( Int16 nPlayerIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
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 |