|
MeiCam SDK For Android
3.14.4
|
Callback interface for timeline playback exception. More...
Public Member Functions | |
| void | onPlaybackException (NvsTimeline timeline, int exceptionType, String exceptionString) |
| Exception in timeline playback. More... | |
Callback interface for timeline playback exception.
| void com.meicam.sdk.NvsStreamingContext.PlaybackExceptionCallback.onPlaybackException | ( | NvsTimeline | timeline, |
| int | exceptionType, | ||
| String | exceptionString | ||
| ) |
Exception in timeline playback.
| timeline | Timeline. |
| exceptionType | Exception type,please refert to STREAMING_ENGINE_PLAYBACK_EXCEPTION_TYPE |
| exceptionString | Exception information |
1.8.17