Copyright © 2006-2019 MultiMedia Soft

CdRippingAutomationStopped event

Previous pageReturn to chapter overviewNext page

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:

Mnemonic Value

Meaning

false

The ripping automation session was interrupted: interruption's possible causes are the CD drive door being opened or a call to the CdRippingStop method. Check the LastError property value in order to see the last error.

true

The CD ripping automation was completed