Copyright © 2006-2019 MultiMedia Soft
CdRippingStarted event
Remarks
Occurs at the beginning of a new CD ripping session started through the CdRippingStart method.
Syntax
[Visual Basic]
CdRippingStarted (
ByVal nCdDriveIndex as integer,
ByVal nCdTrackIndex as integer
)
[C++]
void CdRippingStarted (
short nCdDriveIndex,
short nCdTrackIndex
);
Parameter
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 ripped