Click or drag to resize

CameraServer Class

Inheritance Hierarchy
SystemObject
  Ozeki.CameraCameraServer

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class CameraServer : ICameraServer

The CameraServer type exposes the following members.

Constructors
 NameDescription
Public methodCameraServerInitializes a new instance of the CameraServer class
Public methodCameraServer(Int32, Int32)Initializes a new instance of the CameraServer class
Top
Properties
Methods
 NameDescription
Public methodCheckPassword 
Public methodConnectClientToAudioStream Connects the client to the RTP audio stream.
Public methodConnectClientToVideoStream Connects the client to the RTP video stream.
Public methodDisconnectClientFromAudioStream 
Public methodDisconnectClientFromVideoStream 
Protected methodOnAuthenticationRequested 
Protected methodOnAuthenticationRequired 
Protected methodOnClientConnected 
Protected methodOnClientDisconnected 
Public methodOnOnvifMessageReceived 
Protected methodOnStarted 
Protected methodOnStopped 
Public methodSetListenAddress Sets the local address and port on which the IP camera server will listen for connections.
Public methodSetOnvifListenAddress 
Public methodStart 
Public methodStop 
Public methodUnsubscribeOnvifListenAddress 
Top
Events
See Also