Copyright © 2006-2019 MultiMedia Soft

ExtractAudioAbort method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops extraction of the audio track from a video clip started through a call to the ExtractAudioFromVideoFile method.

 

 

Syntax

 

[Visual Basic]

Public Function ExtractAudioAbort (

) as enumErrorCodes


 

[C#]

public enumErrorCodes ExtractAudioAbort (

);


 

[C++]

public: enumErrorCodes ExtractAudioAbort (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.