public interface ExtractAudioWaveformProgressListener
Modifier and Type | Method and Description |
---|---|
void |
onProgress(int progress)
This method notifies the listener of the progress status of
an extractAudioWaveform operation.
|
void onProgress(int progress)
progress
- The progress in %. At the beginning of the operation,
this value is set to 0; at the end, the value is set to 100.