Milestone SDK Mobile .Net
|
Class wrapping the Thumbnails related commands. More...
Public Member Functions | |||||||||
IAsyncResult | GetThumbnail (VideoParams videoParams, OnResponse< GetThumbnailResponse > onSuccess=null, OnResponse< GetThumbnailResponse > onFail=null) | ||||||||
Method for request of a camera thumbnail from the Mobile Server. Implemented by Connection object. Sends message to the Mobile server and returns IAsyncResult. If method succeeds IAsyncResult.AsyncState contains BaseCommandResponse object. Error status message could be obtained with query of IErrorResult (from the resulted IAsyncResult).
| |||||||||
GetThumbnailResponse | GetThumbnail (VideoParams videoParams, TimeSpan timeout) | ||||||||
Method for request of a camera thumbnail from the Mobile Server. Implemented by Connection object. Sends message to the Mobile server and returns GetThumbnailResponse. Error status message could be obtained with query of IErrorResult.
| |||||||||
IAsyncResult | GetThumbnailByTime (VideoParams videoParams, PlaybackParams playbackParams, OnResponse< GetThumbnailResponse > onSuccess=null, OnResponse< GetThumbnailResponse > onFail=null) | ||||||||
Method for request of a camera thumbnail from the Mobile Server. Implemented by Connection object. Sends message to the Mobile server and returns IAsyncResult. If method succeeds IAsyncResult.AsyncState contains BaseCommandResponse object. Error status message could be obtained with query of IErrorResult (from the resulted IAsyncResult).
| |||||||||
GetThumbnailResponse | GetThumbnailByTime (VideoParams videoParams, PlaybackParams playbackParams, TimeSpan timeout) | ||||||||
Method for request of a camera thumbnail from the Mobile Server. Implemented by Connection object. Sends message to the Mobile server and returns GetThumbnailResponse. Error status message could be obtained with query of IErrorResult.
| |||||||||
ThumbnailCommands (IConnection connection) | |||||||||
![]() | |||||||||
![]() |
Properties | |
ErrorCodes | ErrorCode [get] |
Returns error code (if presents) of the last call. | |
string | ErrorMessage [get] |
Returns error string (if presents) of the last call. | |
Command.CommandResultTypes | Result [get] |
Returns error status of the last call. | |
![]() |
Class wrapping the Thumbnails related commands.
|
inline |
|
inline |
Method for request of a camera thumbnail from the Mobile Server.
Implemented by Connection object.
Sends message to the Mobile server and returns IAsyncResult.
If method succeeds IAsyncResult.AsyncState contains BaseCommandResponse object.
Error status message could be obtained with query of IErrorResult (from the resulted IAsyncResult).
videoParams | Video parameters for the Thumbnail. |
onSuccess | Callback called on success. |
onFail | Callback called on fail. |
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IThumbnailAsync.
|
inline |
Method for request of a camera thumbnail from the Mobile Server.
Implemented by Connection object.
Sends message to the Mobile server and returns GetThumbnailResponse.
Error status message could be obtained with query of IErrorResult.
videoParams | Video parameters for the Thumbnail. |
timeout | Time to wait the responce from the server |
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IThumbnailSync.
|
inline |
Method for request of a camera thumbnail from the Mobile Server.
Implemented by Connection object.
Sends message to the Mobile server and returns IAsyncResult.
If method succeeds IAsyncResult.AsyncState contains BaseCommandResponse object.
Error status message could be obtained with query of IErrorResult (from the resulted IAsyncResult).
videoParams | Video parameters for the Thumbnail. |
playbackParams | Playback parameters for the Thumbnail. |
onSuccess | Callback called on success. |
onFail | Callback called on fail. |
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IThumbnailAsync.
|
inline |
Method for request of a camera thumbnail from the Mobile Server.
Implemented by Connection object.
Sends message to the Mobile server and returns GetThumbnailResponse.
Error status message could be obtained with query of IErrorResult.
videoParams | Video parameters for the Thumbnail. |
playbackParams | Playback parameters for the Thumbnail. |
timeout | Time to wait the responce from the server |
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IThumbnailSync.
|
get |
Returns error code (if presents) of the last call.
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IErrorResult.
|
get |
Returns error string (if presents) of the last call.
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IErrorResult.
|
get |
Returns error status of the last call.
Implements VideoOS.Mobile.SDK.Portable.Server.Interfaces.IErrorResult.