AudioExtractFromVideoDone event |
|
Remarks
Occurs at the end of an audio extraction session. The extraction session is started through a previous call to the ExtractAudioFromVideoFile method
Syntax
[Visual Basic] AudioExtractFromVideoDone ( ByVal nResult as enumErrorCodes ) |
[C++] void AudioExtractFromVideoDone ( long nResult ); |
Parameter |
Description |
||||||||
|
|
||||||||
nResult |
The result of the append session.
|