VolumeSlideCompleted event |
|
Remarks
Occurs when a volume sliding, started through the StreamVolumeSlide or StreamVolumeSlideEx methods, is completed.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event VolumeSlideCompleted As PlayerEventHandler |
[C#] public event PlayerEventHandler VolumeSlideCompleted; |
[C++] public: __event PlayerEventHandler* VolumeSlideCompleted; |
Event Data
The event handler receives an argument of type PlayerEventArgs having the following parameters:
Parameters |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that fired the event |