AudioExtractFromVideoPerc event |
|
Remarks
Occurs during the extraction of the audio track from a video file to notify about the advancement. 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 AudioExtractFromVideoPerc As AudioExtractFromVideoPercEventHandler |
[C#] public event AudioExtractFromVideoPercEventHandler AudioExtractFromVideoPerc; |
[C++] public: __event AudioExtractFromVideoPercEventHandler AudioExtractFromVideoPerc; |
Event Data
The event handler receives an argument of type AudioExtractFromVideoPercEventArgs having the following parameters:
Parameters |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that fired the event |
nPercentage |
Number representing the current percentage of the audio extraction |