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

Public Member Functions

void onDetectStart (String videoPath, long taskId)
 Start detecting. More...
 
void onDetectProgress (long taskId, float progress)
 Progress of detect. More...
 
void onDetectFinish (long taskId, ArrayList timeStampList)
 Finish detecting. More...
 
void onDetectError (long taskId, int errorType)
 detect exception information. More...
 

Member Function Documentation

◆ onDetectError()

void com.meicam.sdk.NvsDetectShotParser.DetectShotCallback.onDetectError ( long  taskId,
int  errorType 
)

detect exception information.

Parameters
taskIdtask id
errorTypeType of detect error.

◆ onDetectFinish()

void com.meicam.sdk.NvsDetectShotParser.DetectShotCallback.onDetectFinish ( long  taskId,
ArrayList  timeStampList 
)

Finish detecting.

Parameters
taskIdtask id
timeStampListresult List.

◆ onDetectProgress()

void com.meicam.sdk.NvsDetectShotParser.DetectShotCallback.onDetectProgress ( long  taskId,
float  progress 
)

Progress of detect.

Parameters
taskIdtask id
progressProgess value.

◆ onDetectStart()

void com.meicam.sdk.NvsDetectShotParser.DetectShotCallback.onDetectStart ( String  videoPath,
long  taskId 
)

Start detecting.

Parameters
videoPath视频路径
taskIdtask id

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