OnTracksBoardLineReached event |
|
Remarks
Occurs when the playback position reaches a vertical line inside the Tracksboard.
This event replaces the usage of the CallbackTracksboardLineReached delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_TRACKSB_VERT_LINE_REACHED.
Syntax
[Visual Basic] OnTracksBoardLineReached ( ByVal nUniqueID as Int32, ByVal nPosInMs as Int32 )
where "EditorApi" is declared in Visual Basic 6 code as:
Dim WithEvents EditorApi As AudioSoundEditorApi.AudioSoundEditorApiObj |
Parameter |
Description |
|
|
nUniqueID |
Unique identification number assigned to the vertical line after invoking the TracksBoard.VerticalLineAdd method. |
nPosInMs |
Value representing the current position of the vertical line expressed in milliseconds |