AudioExtractFromVideoStart event |
|
Remarks
Occurs at the beginning of the extraction of the audio track from a video file. The audio extraction is started through a previous call to the VideoPlayer.AudioTrackExtract method.
For further details about the use of the embedded video player see the VideoPlayer class section.
For details about video clips rendering refer to the How to play video files through DirectShow section.
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 PlayerEventHandler |
[C#] public event PlayerEventHandler AudioExtractFromVideoStart; |
[C++] public: __event PlayerEventHandler AudioExtractFromVideoStart; |
Event Data
The event handler receives an argument of type PlayerEventArgs having the following parameters:
Parameters |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that fired the event |