Milestone SDK Mobile .Net
VideoOS.Mobile.SDK.Portable.Server.Base.Video Namespace Reference

Classes

interface  IPushStreamSub
 
interface  IPushVideo
 
interface  IPushVideoCounter
 
interface  IVideo
 Interface for subscription of video frames. More...
 
interface  IVideoSub
 Internal usage only. More...
 
class  LiveStream
 Main class for stream connection with 'Mobile Server'. More...
 
class  LiveVideo
 Main class for live video connection with 'Mobile Server' Supports 'HTTP' and 'HTTPS' connection type. Data is exposed through IVideo member OnVideoFrame NewFrame Should be disposed after finishing work with it. More...
 
class  PlaybackController
 
class  PlaybackVideo
 Main class for playback video connection with 'Mobile Server'. More...
 
class  PushVideo
 
class  PushVideoFrame
 
class  Video
 
class  VideoFactory
 
class  VideoFrame
 
class  VideoPullProxy
 

Functions

delegate void OnFail (int consecutiveFailCount)
 
delegate void OnFrameCompletion (int consecutiveFailCount)
 
delegate void OnVideoFrame (VideoFrame frame)
 Callback for receive of video frame.
 

Function Documentation

◆ OnFail()

delegate void VideoOS.Mobile.SDK.Portable.Server.Base.Video.OnFail ( int consecutiveFailCount)

◆ OnFrameCompletion()

delegate void VideoOS.Mobile.SDK.Portable.Server.Base.Video.OnFrameCompletion ( int consecutiveFailCount)

◆ OnVideoFrame()

delegate void VideoOS.Mobile.SDK.Portable.Server.Base.Video.OnVideoFrame ( VideoFrame frame)

Callback for receive of video frame.

Parameters
frameVideo frame object to be received