AudioExtractFromMediaFilePerc event |
|
Remarks
Occurs during the extraction of the audio track from a media file, loaded through the AnalyzeSoundFromFile method, not supported natively in order to inform about the total advancement percentage.
Syntax
[Visual Basic] AudioExtractFromMediaFilePerc ( ByVal nPercentage as integer ) |
[C++] void AudioExtractFromMediaFilePerc ( short nPercentage ); |
Parameter |
Description |
|
|
nPercentage |
Number representing the percentage of advancement for the current audio extraction session |