AudioExtractFromMediaFileDone event |
|
Remarks
Occurs at the end of the extraction of the audio track from a media file, loaded through the AnalyzeSoundFromFile method, not supported natively for which the usage of Microsoft Media Foundation or Microsoft DirectShow is required.
Syntax
[Visual Basic] AudioExtractFromMediaFileDone ( ByVal nResult as enumWanErrorCodes ) |
[C++] void AudioExtractFromMediaFileDone ( long nResult ); |
Parameter |
Description |
||||||||
|
|
||||||||
nResult |
The result of the append session.
|