Copyright © 2006-2019 MultiMedia Soft

CdRippingPercentage event

Previous pageReturn to chapter overviewNext page

Remarks

 

Notifies the advancement status, expressed in percentage, of the current CD ripping session.

 

 

Syntax

 

[Visual Basic]

CdRippingPercentage (

ByVal nCdDriveIndex as integer,

ByVal nCdTrackIndex as integer,

ByVal nPercentage as integer

)


 

[C++]

void CdRippingPercentage (

short nCdDriveIndex,

short nCdTrackIndex,

short nPercentage

);


 

 

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

nPercentage

Number representing the CD ripping advancement percentage