Copyright © 2006-2019 MultiMedia Soft
ExtractAudioAbort method
Remarks
Stops extraction of the audio track from a video clip started through a call to the ExtractAudioFromVideoFile method.
Syntax
[Visual Basic]
control.ExtractAudioAbort (
) as enumErrorCodes
[C++]
short control.ExtractAudioAbort (
);
Return value
Value
Meaning
Negative value
An error occurred, check the LastError property value in order to see the error code meaning
enumErrorCodes.ERR_NOERROR (0)
The method call was successful.