MeiCam SDK For iOS  3.10.1
Instance Methods | List of all members
<NvsBeatDetectionDelegate> Protocol Reference

Beat detection class. More...

#import <NvsBeatDetection.h>

Inheritance diagram for <NvsBeatDetectionDelegate>:

Instance Methods

(void) - onFinished:beats:errorType:
 Finish beat detection. More...
 
(void) - onProgress:
 beat detection progress. More...
 

Detailed Description

Beat detection class.

Beat detection callback interface

Method Documentation

◆ onFinished:beats:errorType:

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

Finish beat detection.

Parameters
rhythmPointsResult of rhythm points
beatsResult of beat
errorTypeerror type

◆ onProgress:

- (void) onProgress: (float)  progress

beat detection progress.

Parameters
progressbeat detection progress.

The documentation for this protocol was generated from the following file: