Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
CdRippingStarted event 
 
Remarks 
 
Occurs at the beginning of a new CD ripping session started through the CdRippingStart method. 
 
Syntax 
 
[Visual Basic] 
Public Event CdRippingStarted As CdRippingEventHandler
 
[C#] 
public event CdRippingEventHandler CdRippingStarted;
 
[C++] 
public: __event CdRippingEventHandler CdRippingStarted;
 
 
Event Data 
 
The event handler receives an argument of type CdRippingEventArgs. 
 
CdRippingEventArgs 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.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents