Copyright © 2006-2019 MultiMedia Soft

CdRippingAutomationTotalPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs, during a CD ripping automation session, to notify the actual total advancement percentage. The advancement related to each CD track added to the ripping automation session is notified through the CdRippingPercentage event.

 

 

Syntax

 

[Visual Basic]

CdRippingAutomationTotalPerc (

ByVal nCdDriveIndex as integer,

ByVal nPercentage as integer

)


 

[C++]

void CdRippingAutomationTotalPerc (

short nCdDriveIndex,

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.

nPercentage

Number representing the ripping automation session advancement percentage