Copyright © 2006-2019 MultiMedia Soft

CdRippingStop method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops the current CD ripping started through a call to the CdRippingStart method or through the CdRippingAutomationExec method.

Depending upon the fact that the control is performing the ripping of a single track or a ripping automation session, calling this method will cause the CallbackForRecordersEvents delegate to be invoked with the nEvent parameter set to the following values:

 

EV_CD_RIPPING_STOP invoked for ripping of single tracks
EV_CD_RIPPING_AUTOMATION_STOP invoked for ripping automation sessions

 

See the How to perform a CD ripping session section for further details.

 

 

Syntax

 

[Visual Basic]

Public Function CdRippingStop (

) as enumErrorCodes


 

[C#]

public enumErrorCodes CdRippingStop (

);


 

[C++]

public: enumErrorCodes CdRippingStop (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The call was successful.