美摄SDK For iOS  3.7.2
构造函数 | 所有成员列表
<NvsBeatDetectionDelegate>协议 参考

音乐节奏检测类 更多...

#import <NvsBeatDetection.h>

类 <NvsBeatDetectionDelegate> 继承关系图:

构造函数

(void) - onFinished:beats:errorType:
 完成检测 更多...
 
(void) - onProgress:
 检测进度 更多...
 

详细描述

音乐节奏检测类

音乐节奏检测回调接口

函数文档

◆ onFinished:beats:errorType:

- (void) onFinished: (NSArray< NSNumber * > *)  rhythmPoints
beats: (NSArray< NSNumber * > *)  beats
errorType: (int)  errorType 

完成检测

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

◆ onProgress:

- (void) onProgress: (float)  progress

检测进度

参数
progress检测进度

该协议的文档由以下文件生成: