|
MeiCam SDK For Android
3.14.4
|
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... | |
The third callback interface for timeline file compilation.
| void com.meicam.sdk.NvsStreamingContext.CompileCallback3.onCompileCompleted | ( | NvsTimeline | timeline, |
| boolean | isHardwareEncoder, | ||
| int | errorType, | ||
| String | stringInfo, | ||
| int | flags | ||
| ) |
Timeline compile file completion.
| timeline | Timeline. |
| isHardwareEncoder | Whether hardware coding is used for completion. |
| errorType | Type of compile error, please refert to COMPILE_ERROR_TYPE |
| stringInfo | Assistance information. |
| flags | flags |
1.8.17