Milestone SDK Mobile .Net
|
Interface for getting camera capabilities. More...
Properties | |
bool | ExportAviEnabled [get] |
Gets whenever AVI export is enabled for this camera. | |
bool | ExportDatabaseEnabled [get] |
Gets whenever DB export is enabled for this camera. | |
bool | ExportJpegEnabled [get] |
Gets whenever JPEG export is enabled for this camera. | |
bool | GetPresetsEnabled [get] |
Gets whenever camera supports ptz presets and the user has user rights to do it. Both should be true in order field to be set to true. | |
bool | GetSequencesEnabled [get] |
Gets whenever sequences information is available tfor this camera and user has rights to see it. | |
bool | PtzEnabled [get] |
Gets whenever camera supports ptz and the user has user rights to do it. Both should be true in order field to be set to true. | |
![]() | |
bool | BookmarkAddEnabled [get] |
Returns true whenever is allowed to create bookmark. | |
bool | BookmarkDeleteEnabled [get] |
Returns true whenever is allowed to delete bookmark. | |
bool | BookmarkEditEnabled [get] |
Returns true whenever is allowed to edit bookmark. | |
bool | BookmarkViewEnabled [get] |
Returns true whenever is allowed to view bookmark. | |
bool | LiveEnabled [get] |
Gets whenever live stream is available for the camera or not. | |
bool | PlaybackEnabled [get] |
Gets whenever playback stream is available for the camera or not. | |
Interface for getting camera capabilities.
|
get |
Gets whenever AVI export is enabled for this camera.
Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.
|
get |
Gets whenever DB export is enabled for this camera.
Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.
|
get |
Gets whenever JPEG export is enabled for this camera.
Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.
|
get |
Gets whenever camera supports ptz presets and the user has user rights to do it.
Both should be true in order field to be set to true.
Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.
|
get |
Gets whenever sequences information is available tfor this camera and user has rights to see it.
Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.
|
get |
Gets whenever camera supports ptz and the user has user rights to do it.
Both should be true in order field to be set to true.
Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.