Milestone SDK Mobile .Net
VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities Interface Reference

Interface for getting camera capabilities. More...

Inheritance diagram for VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities:
VideoOS.Mobile.SDK.Portable.Server.Interfaces.IStreamingDeviceCapabilities VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities

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.
 
- Properties inherited from VideoOS.Mobile.SDK.Portable.Server.Interfaces.IStreamingDeviceCapabilities
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.
 

Detailed Description

Interface for getting camera capabilities.

Property Documentation

◆ ExportAviEnabled

bool VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities.ExportAviEnabled
get

Gets whenever AVI export is enabled for this camera.

Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.

◆ ExportDatabaseEnabled

bool VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities.ExportDatabaseEnabled
get

Gets whenever DB export is enabled for this camera.

Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.

◆ ExportJpegEnabled

bool VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities.ExportJpegEnabled
get

Gets whenever JPEG export is enabled for this camera.

Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.

◆ GetPresetsEnabled

bool VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities.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.

Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.

◆ GetSequencesEnabled

bool VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities.GetSequencesEnabled
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.

◆ PtzEnabled

bool VideoOS.Mobile.SDK.Portable.Server.Interfaces.ICameraCapabilities.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.

Implemented in VideoOS.Mobile.SDK.Portable.Server.Base.CameraCapabilities.