AudioExtractFromMediaFileStart event |
|
Remarks
Occurs at the beginning 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] Public Event AudioExtractFromMediaFileStart As EventHandler |
[C#] public event EventHandler AudioExtractFromMediaFileStart; |
[C++] public: __event EventHandler AudioExtractFromMediaFileStart; |
Event Data
The event handler receives an argument of type EventArgs.