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
Syntax
[Visual Basic] AudioExtractFromVideoPerc ( ByVal nPercentage as integer ) |
[C++] void AudioExtractFromVideoPerc ( short nPercentage ); |
Parameter |
Description |
|
|
nPercentage |
Number representing the percentage of advancement for the current audio extraction session |