美摄SDK For Android  3.14.0
Public 成员函数 | 所有成员列表
com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback接口 参考

音乐节奏检测回调接口 更多...

Public 成员函数

void onBeatDetectionFinished (ArrayList< Long > rhythmPoints, ArrayList< Long > beats, int errorType)
 完成检测 更多...
 
void onBeatDetectionProgress (float progress)
 检测进度 更多...
 

详细描述

音乐节奏检测回调接口

成员函数说明

◆ onBeatDetectionFinished()

void com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback.onBeatDetectionFinished ( ArrayList< Long >  rhythmPoints,
ArrayList< Long >  beats,
int  errorType 
)

完成检测

参数
rhythmPoints检测完成后的节奏时间点列表
beats检测完成后的节拍时间点列表
errorType错误类型

◆ onBeatDetectionProgress()

void com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback.onBeatDetectionProgress ( float  progress)

检测进度

参数
progress检测进度

该接口的文档由以下文件生成: