VolumeAutomation.IsSliding method |
|
Remarks
Checks if the given player is sliding its volume during a volume automation procedure.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] Public Function IsSliding ( nPlayerIndex as Int16 ) as Boolean |
[C#] public bool IsSliding ( Int16 nPlayerIndex ); |
[C++] public: bool IsSliding ( Int16 nPlayerIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the involved player |
Return value
Value |
Meaning |
|
|
false |
Volume is not sliding during a volume automation procedure |
true |
Volume is sliding during a volume automation procedure |