#import <NvsWaveformDataGenerator.h>
◆ didWaveformDataGenerationFailed:audioFilePath:samplesPerGroup:
| - (void) didWaveformDataGenerationFailed: |
|
(int64_t) |
taskId |
| audioFilePath: |
|
(NSString *) |
audioFilePath |
| samplesPerGroup: |
|
(int64_t) |
samplesPerGroup |
|
|
| |
|
optional |
waveform data generate failed
- Parameters
-
| taskId | task Id |
| audioFilePath | audio file path |
| samplesPerGroup | number of samples per group |
- Since
- 2.21.0
◆ didWaveformDataReady:audioFilePath:audioFileSampleCount:samplesPerGroup:leftWaveformData:rightWaveformData:
| - (void) didWaveformDataReady: |
|
(int64_t) |
taskId |
| audioFilePath: |
|
(NSString *) |
audioFilePath |
| audioFileSampleCount: |
|
(int64_t) |
audioFileSampleCount |
| samplesPerGroup: |
|
(int64_t) |
samplesPerGroup |
| leftWaveformData: |
|
(NSData *) |
leftWaveformData |
| rightWaveformData: |
|
(NSData *) |
rightWaveformData |
|
|
| |
|
optional |
waveform data generate successfully
- Parameters
-
| taskId | task Id |
| audioFilePath | audio file path |
| audioFileSampleCount | audio file samples count |
| samplesPerGroup | number of samples per group |
| leftWaveformData | left channel waveform data |
| rightWaveformData | right channel waveform data |
- Since
- 2.21.0
The documentation for this protocol was generated from the following file: