Copyright © 2001-2019 MultiMedia Soft
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.
Syntax
[Visual Basic]
VolumeAutomationPointReached (
ByVal nPlayer as Integer,
ByVal strVolumePointName as String,
ByVal fPosition as Single
)
[C++]
void VolumeAutomationPointReached (
short nPlayer,
LPCTSTR strVolumePointName,
float fPosition
);
Parameter
Description
nPlayer
Number representing the zero-based index of the involved player
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