Copyright © 2006-2019 MultiMedia Soft

CdRippingAutomationStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a CD ripping automation session is started through the CdRippingAutomationExec method.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event CdRippingAutomationStarted As CdPlayerEventHandler


 

[C#]

public event CdPlayerEventHandler CdRippingAutomationStarted;


 

[C++]

public: __event CdPlayerEventHandler CdRippingAutomationStarted;


 

 

Event Data

 

The event handler receives an argument of type CdPlayerEventArgs 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.