VolumeAutomationPointReached event |
|
Remarks
Occurs when a volume automation point is reached during playback.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event VolumeAutomationPointReached As VolumeAutomationPointReachedEventHandler |
[C#] public event VolumeAutomationPointReachedEventHandler VolumeAutomationPointReached; |
[C++] public: __event VolumeAutomationPointReachedEventHandler* VolumeAutomationPointReached; |
Event Data
The event handler receives an argument of type VolumeAutomationPointReachedEventArgs having the following parameters:
Parameters |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that fired the event |
strVolumePointName |
String containing the friendly name of the volume point as defined when the volume point was added through the VolumeAutomation.PointAdd method. |
fPosition |
Number representing the position of the volume point expressed in the same unit set into the VolumeAutomation.PositionUnit property |