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

Callback interface for timeline playback. More...

Public Member Functions

void onPlaybackPreloadingCompletion (NvsTimeline timeline)
 Preload of timeline playback is completed. More...
 
void onPlaybackStopped (NvsTimeline timeline)
 Timeline playback is stopped. More...
 
void onPlaybackEOF (NvsTimeline timeline)
 Timeline playback to the end of file. More...
 

Detailed Description

Callback interface for timeline playback.

Member Function Documentation

◆ onPlaybackEOF()

void com.meicam.sdk.NvsStreamingContext.PlaybackCallback.onPlaybackEOF ( NvsTimeline  timeline)

Timeline playback to the end of file.

Parameters
timelineCurrent timeline.

◆ onPlaybackPreloadingCompletion()

void com.meicam.sdk.NvsStreamingContext.PlaybackCallback.onPlaybackPreloadingCompletion ( NvsTimeline  timeline)

Preload of timeline playback is completed.

Parameters
timelineCurrent timeline.

◆ onPlaybackStopped()

void com.meicam.sdk.NvsStreamingContext.PlaybackCallback.onPlaybackStopped ( NvsTimeline  timeline)

Timeline playback is stopped.

Parameters
timelineCurrent timeline.

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