Remarks
Verifies if a volume sliding is actually occurring on the given player.
The volume sliding may have been started by:
• | during a volume automation procedure. |
• | during an automatic fade performed through the embedded automatic fader. |
Syntax
[Visual Basic]
Public Function StreamVolumeIsSliding (
nPlayerIndex as Int16
) as Boolean
|
|
[C#]
public bool StreamVolumeIsSliding (
Int16 nPlayerIndex
);
|
|
[C++]
public: bool StreamVolumeIsSliding (
Int16 nPlayerIndex
);
|
|
Parameter
|
Description
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the involved player
|
Return value
Mnemonic constant
|
Meaning
|
false
|
Volume sliding is not being performed
|
true
|
Volume sliding is being performed
|
|