Copyright © 2001-2019 MultiMedia Soft

VolumeAutomation.IsSliding method

Previous pageReturn to chapter overviewNext page

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]

control.VolumeAutomation.IsSliding (

nPlayer as Integer

) as Boolean


 

[C++]

BOOL control.VolumeAutomation.IsSliding (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

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