Click or drag to resize

IIPCamera Interface


Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public interface IIPCamera : ICamera, 
	IOzBaseCamera

The IIPCamera type exposes the following members.

Properties
 NameDescription
Public propertyAudioChannel
(Inherited from ICamera)
Public propertyCameraAddress 
Public propertyCapturing
(Inherited from IOzBaseCamera)
Public propertyConnectionLostTimeout 
Public propertyCurrentRtspUri 
Public propertyDomainHost 
Public propertyError 
Public propertyHost
(Inherited from IOzBaseCamera)
Public propertyID 
Public propertyInitialized
(Inherited from IOzBaseCamera)
Public propertyLog 
Public propertyPassword
(Inherited from IOzBaseCamera)
Public propertyPort 
Public propertyResolution
(Inherited from ICamera)
Public propertyState
(Inherited from ICamera)
Public propertyStateCode
(Inherited from ICamera)
Public propertyTransport 
Public propertyUriType 
Public propertyUserName
(Inherited from IOzBaseCamera)
Public propertyVideoChannel
(Inherited from ICamera)
Top
Methods
 NameDescription
Public methodConnect
(Inherited from IOzBaseCamera)
Public methodDisconnect
(Inherited from IOzBaseCamera)
Public methodDispose
(Inherited from IOzBaseCamera)
Public methodStart
(Inherited from IOzBaseCamera)
Public methodStop
(Inherited from IOzBaseCamera)
Public methodStopListening 
Top
Events
 NameDescription
Public eventAuthenticationRequested 
Public eventCameraErrorOccurred 
Public eventCameraStateChanged
(Inherited from ICamera)
Public eventDisposed
(Inherited from IOzBaseCamera)
Public eventRtspUriReceived 
Public eventSetupCompleted 
Public eventStateChanged
(Inherited from ICamera)
Top
See Also