CdRippingAutomationStopped event |
|
Remarks
Occurs when a CD ripping automation session is completed or stopped through the CdRippingStop method or after opening the CD drive door..
Syntax
[Visual Basic] CdRippingAutomationStopped ( ByVal nCdDriveIndex as integer ByVal bCompleted As enumBoolean ) |
[C++] void CdRippingAutomationStopped ( short nCdDriveIndex, long bCompleted ); |
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. |
|||||||||
bCompleted |
Boolean value that specifies if the CD ripping session was completed or interrupted before completion. Supported values are the following:
|