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.

 

 

Syntax

 

[Visual Basic]

CdRippingAutomationStarted (

ByVal nCdDriveIndex as integer

)


 

[C++]

void CdRippingAutomationStarted (

short nCdDriveIndex

);


 

 

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.