MeiCam SDK For Android  3.14.0
Public Member Functions | List of all members
com.meicam.sdk.NvsBeatDetection.BeatDetectionCallback Interface Reference

Beat detection callback interface. More...

Public Member Functions

void onBeatDetectionFinished (ArrayList< Long > rhythmPoints, ArrayList< Long > beats, int errorType)
 Finish beat detection. More...
 
void onBeatDetectionProgress (float progress)
 beat detection progress. More...
 

Detailed Description

Beat detection callback interface.

Member Function Documentation

◆ onBeatDetectionFinished()

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

Finish beat detection.

Parameters
rhythmPointsResult of rhythm points
beatsResult of beat
errorTypeerror type

◆ onBeatDetectionProgress()

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

beat detection progress.

Parameters
progressbeat detection progress.

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