MeiCam SDK For Android  3.10.0
Public Member Functions | List of all members
com.meicam.sdk.NvsStreamingContext.CompileCallback3 Interface Reference

The third callback interface for timeline file compilation. More...

Public Member Functions

void onCompileCompleted (NvsTimeline timeline, boolean isHardwareEncoder, int errorType, String stringInfo, int flags)
 Timeline compile file completion. More...
 

Detailed Description

The third callback interface for timeline file compilation.

Member Function Documentation

◆ onCompileCompleted()

void com.meicam.sdk.NvsStreamingContext.CompileCallback3.onCompileCompleted ( NvsTimeline  timeline,
boolean  isHardwareEncoder,
int  errorType,
String  stringInfo,
int  flags 
)

Timeline compile file completion.

Parameters
timelineTimeline.
isHardwareEncoderWhether hardware coding is used for completion.
errorTypeType of compile error, please refert to COMPILE_ERROR_TYPE
stringInfoAssistance information.
flagsflags
Since
2.22.0

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