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.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
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:
|