|
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] Public Event CdRippingAutomationStopped As CdRippingAutomationStoppedEventHandler |
[C#] public event CdRippingAutomationStoppedEventHandler CdRippingAutomationStopped; |
[C++] public: __event CdRippingAutomationStoppedEventHandler CdRippingAutomationStopped; |
Event Data
The event handler receives an argument of type CdRippingAutomationStoppedEventArgs having the following parameters:
Parameters |
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:
|