|
MeiCam SDK For iOS
3.7.2
|
Beat detection class. More...
#import <NvsBeatDetection.h>
Instance Methods | |
| (void) | - onFinished:beats:errorType: |
| Finish beat detection. More... | |
| (void) | - onProgress: |
| beat detection progress. More... | |
Beat detection class.
Beat detection callback interface
| - (void) onFinished: | (NSArray< NSNumber * > *) | rhythmPoints | |
| beats: | (NSArray< NSNumber * > *) | beats | |
| errorType: | (int) | errorType | |
Finish beat detection.
| rhythmPoints | Result of rhythm points |
| beats | Result of beat |
| errorType | error type |
| - (void) onProgress: | (float) | progress |
beat detection progress.
| progress | beat detection progress. |
1.8.18