Click or drag to resize

WebCamera Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.CameraWebCamera

Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public class WebCamera : VideoSender, IMedia, 
	ICamera, IOzBaseCamera, IWebCamera

The WebCamera type exposes the following members.

Constructors
 NameDescription
Public methodWebCameraInitializes a new instance of the WebCamera class
Top
Properties
Methods
 NameDescription
Public methodConnect 
Public methodDisconnect 
Public methodDisplayPropertiesWindow 
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the WebCamera and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodReceiverConnected
(Inherited from VideoSender)
Protected methodReceiverDisconnected
(Inherited from VideoSender)
Protected methodSendMediaData
(Inherited from VideoSender)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Public methodStart 
Public methodStop 
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventCameraStateChanged 
Public eventDisposed 
Public eventMediaDataSent
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Public eventStateChanged 
Top
See Also