Click or drag to resize
IIPCamera Properties

The IIPCamera type exposes the following members.

Properties
  NameDescription
Public propertyAudioChannel
Represents the audio stream of the IP Camera, which can be connected to speaker objects.
(Inherited from ICamera.)
Public propertyAvailableStreams
Gets the available streams of the IP camera.
Public propertyCameraAddress
Returns the address, which has been set at the initialization.
Public propertyCameraInfo
Gets information about the camera and the streams.
Public propertyCameraMovement
Gives control of the IPCamera, and allowes to configure it's movement.
Public propertyCapturing
Gets a boolean value indicating whether the capuring is started.
(Inherited from ICamera.)
Public propertyCertificateManager
Gets the manager that handles the certificates for the IP camera.
Public propertyConnectionLostTimeout
Gets or sets the connection timeout in seconds if no RTP packets has arrived.
Public propertyCurrentRtspUri
Gets the RTSP uri of the selected stream.
Public propertyCurrentStream
Gets the currently connected stream.
Public propertyDateAndTime
Sends a request for the current date and time.
Public propertyDomainHost
Public propertyError
Gets the current error of the IP camera.
Public propertyHost
Represents the camera domain address
(Inherited from ICamera.)
Public propertyID
Random id
Public propertyImagingSettings
Provides the opportunity to manage the imaging settings of the camera.
Public propertyInitialized
Gets a boolean value indicating whether the device has been initialized.
(Inherited from ICamera.)
Public propertyIsPTZSupported
Gets if PTZ is supported by the camera or not.
Public propertyLog
Gets the camera's log
Public propertyNetworkManager
Gets the network settings of the camera device.
Public propertyPassword
Represents the password of the camera user
(Inherited from ICamera.)
Public propertyPort
Gets the IP Camera's port number.
Public propertyResolution
Gets or sets the current resolution of the selected capturing device.
(Inherited from ICamera.)
Public propertyState
Gets the current state of the camera.
(Inherited from ICamera.)
Public propertyTransport
Gets the camera transport type.
Public propertyUriType
Gets the camera URI's type.
Public propertyUserManager
Gives control of user managing, such as removing, adding, modifiyng users, or getting the users' list.
Public propertyUserName
Represents the camera user
(Inherited from ICamera.)
Public propertyVideoChannel
Represents the video stream of the IP Camera, which can be connected to video player objects.
(Inherited from ICamera.)
Top
See Also