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

smart cut callback interface More...

Public Member Functions

void onDetectStarted (String mediaPath, long taskId)
 Start detecting. More...
 
void onDetectFinished (String mediaPath, String scdPath)
 Finish detecting. More...
 
void onDetectError (int errorType)
 detect exception information. More...
 
void onDetectProgress (String mediaPath, float progress)
 Progress of detect. More...
 

Detailed Description

smart cut callback interface

Member Function Documentation

◆ onDetectError()

void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectError ( int  errorType)

detect exception information.

Parameters
errorTypeType of detect error.

◆ onDetectFinished()

void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectFinished ( String  mediaPath,
String  scdPath 
)

Finish detecting.

Parameters
mediaPathmedia path.
scdPathscd path.

◆ onDetectProgress()

void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectProgress ( String  mediaPath,
float  progress 
)

Progress of detect.

Parameters
mediaPathmedia path.
progressProgess value.

◆ onDetectStarted()

void com.meicam.sdk.NvsSmartCutParser.SmartCutParserCallback.onDetectStarted ( String  mediaPath,
long  taskId 
)

Start detecting.

Parameters
mediaPathmedia path.
taskIdtask ID.

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