AudioExtractFromVideoPerc event |
|
Remarks
Occurs during extraction of the audio track from a video file in order to inform about the total advancement percentage.
The extraction session is 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 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 |
|
|
nPercentage |
Number representing the percentage of advancement for the current audio extraction session |