Copyright © 2005-2019 MultiMedia Soft

CdReadTrackStart event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of a new CD track's loading session started through the LoadTrackFromCd method.

 

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

 

 

Syntax

 

[Visual Basic]

Public Event CdReadTrackStart As CdTrackEventHandler


 

[C#]

public event CdTrackEventHandler CdReadTrackStart;


 

[C++]

public: __event CdTrackEventHandler CdReadTrackStart;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nCdDriveIndex

Number representing the zero-based index of the CD drive that fired the event.

The total number of available CD drives can be obtained using the GetCdDrivesCount method.

nCdTrackIndex

Number representing the one-based index of the CD audio track that is being loaded.