Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
CdRippingPercentage event 
 
Remarks 
 
Notifies the advancement status, expressed in percentage, of the current CD ripping session. 
 
Syntax 
 
[Visual Basic] 
Public Event CdRippingPercentage As CdRippingPercEventHandler
 
[C#] 
public event CdRippingPercEventHandler CdRippingPercentage;
 
[C++] 
public: __event CdRippingPercEventHandler CdRippingPercentage;
 
 
Event Data 
 
The event handler receives an argument of type CdRippingPercEventArgs. 
 
CdRippingPercEventArgs members
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.
nCdRippingPercentage
Number representing the CD ripping advancement percentage
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents