Beat detection callback interface.
More...
Beat detection callback interface.
◆ onBeatDetectionFinished()
void com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback.onBeatDetectionFinished |
( |
ArrayList< Long > |
rhythmPoints, |
|
|
ArrayList< Long > |
beats, |
|
|
int |
errorType |
|
) |
| |
Finish beat detection.
- Parameters
-
rhythmPoints | Result of rhythm points |
beats | Result of beat |
errorType | error type |
◆ onBeatDetectionProgress()
void com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback.onBeatDetectionProgress |
( |
float |
progress | ) |
|
beat detection progress.
- Parameters
-
progress | beat detection progress. |
The documentation for this interface was generated from the following file: