Copyright © 2005-2019 MultiMedia Soft

LrcAdvanceTimeLineFull event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when it's time to display, with a certain advance set through the LrcNotifTimingsSet method, a full line of text of the loaded lyrics LRC file.

 

See the How to manage lyrics coming from LRC files section for further details about LRC files.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event LrcAdvanceTimeLineFull As LrcAdvanceTimeLineFullEventHandler


 

[C#]

public event LrcAdvanceTimeLineFullEventHandler LrcAdvanceTimeLineFull;


 

[C++]

public: __event LrcAdvanceTimeLineFullEventHandler* LrcAdvanceTimeLineFull;


 

 

Event Data

 

The event handler receives an argument of type LrcAdvanceTimeLineFullEventArgs having the following parameters:

 

Parameters

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that fired the event

nItemIndex

The zero based-index of the Line Time Tag

strLine

String containing the full line of text of the Line Time Tag

nPosition

Position, expressed in milliseconds, within the song of the Line Time Tag