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 generate a CdRippingStopped event or the CdRippingAutomationStopped event.

 

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

 

 

Syntax

 

[Visual Basic]

control.CdRippingStop (

) as enumErrorCodes


 

[C++]

short control.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.