Copyright © 2005-2019 MultiMedia Soft

StreamVolumeIsSliding method

Previous pageReturn to chapter overviewNext page

Remarks

 

Verifies if a volume sliding is actually occurring on the given player.

 

The volume sliding may have been started by:

 

a call to the StreamVolumeSlide or StreamVolumeSlideEx methods.
a call to the PlaySound or StopSound methods when the volume smoothing has been predisposed through calls to the StreamVolumeSmoothingSet or StreamVolumeSmoothingSetEx methods.
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