AudioExtractFromVideoStart event |
|
Remarks
Occurs at the beginning of the extraction of the audio track from a video file started through a previous call to the ExtractAudioFromVideoFile method.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event AudioExtractFromVideoStart As EventHandler |
[C#] public event EventHandler AudioExtractFromVideoStart; |
[C++] public: __event EventHandler AudioExtractFromVideoStart; |
Event Data
The event handler receives an argument of type EventArgs.