ArcVideoStreamCallback

interface ArcVideoStreamCallback

This is the callback class that must be implemented to return video streams or errors to the findByUuid() or findByUuids() methods in ArcMediaClient

Functions

Link copied to clipboard
open fun onError(    type: ArcXPSDKErrorType,     message: String,     value: Any?)
Link copied to clipboard
open fun onJsonResult(json: String)
Link copied to clipboard
open fun onLiveVideos(videos: List<VideoVO>?)
Link copied to clipboard
open fun onVideoResponse(arcVideoResponse: ArcVideoResponse?)
Link copied to clipboard
open fun onVideoStream(videos: List<ArcVideoStream>?)
Link copied to clipboard
open fun onVideoStreamVirtual(arcVideoStreamVirtualChannel: ArcVideoStreamVirtualChannel?)