Copyright © 2001-2019 MultiMedia Soft

CdReadTrackStop event

Previous pageReturn to chapter overviewNext page

Remarks

 

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

 

 

Syntax

 

[Visual Basic]

CdReadTrackStop (

ByVal nDrive as Integer,

ByVal nTrack as Integer

)


 

[C++]

void CdReadTrackStop (

short nDrive,

short nTrack

);


 

 

Parameter

Description

 

 

nDrive

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.

nTrack

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