Milestone SDK Mobile .Net
|
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. | |
delegate void VideoOS.Mobile.SDK.Portable.Server.Base.Video.OnFail | ( | int | consecutiveFailCount | ) |
delegate void VideoOS.Mobile.SDK.Portable.Server.Base.Video.OnFrameCompletion | ( | int | consecutiveFailCount | ) |
delegate void VideoOS.Mobile.SDK.Portable.Server.Base.Video.OnVideoFrame | ( | VideoFrame | frame | ) |
Callback for receive of video frame.
frame | Video frame object to be received |