美摄SDK For iOS
3.7.2
|
音乐节奏检测类 更多...
#import <NvsBeatDetection.h>
构造函数 | |
(void) | - onFinished:beats:errorType: |
完成检测 更多... | |
(void) | - onProgress: |
检测进度 更多... | |
音乐节奏检测类
音乐节奏检测回调接口
- (void) onFinished: | (NSArray< NSNumber * > *) | rhythmPoints | |
beats: | (NSArray< NSNumber * > *) | beats | |
errorType: | (int) | errorType | |
完成检测
rhythmPoints | 检测完成后的节奏时间点列表 |
beats | 检测完成后的节拍时间点列表 |
errorType | 错误类型 |
- (void) onProgress: | (float) | progress |
检测进度
progress | 检测进度 |