美摄SDK For Android
3.14.0
|
音乐节奏检测回调接口 更多...
Public 成员函数 | |
void | onBeatDetectionFinished (ArrayList< Long > rhythmPoints, ArrayList< Long > beats, int errorType) |
完成检测 更多... | |
void | onBeatDetectionProgress (float progress) |
检测进度 更多... | |
音乐节奏检测回调接口
void com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback.onBeatDetectionFinished | ( | ArrayList< Long > | rhythmPoints, |
ArrayList< Long > | beats, | ||
int | errorType | ||
) |
完成检测
rhythmPoints | 检测完成后的节奏时间点列表 |
beats | 检测完成后的节拍时间点列表 |
errorType | 错误类型 |
void com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback.onBeatDetectionProgress | ( | float | progress | ) |
检测进度
progress | 检测进度 |