Click or drag to resize
IVideoCaptureDevice Interface

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface IVideoCaptureDevice

The IVideoCaptureDevice type exposes the following members.

Methods
  NameDescription
Public methodChangeDevice
Changes the capturing device. If the capturer is already capturing then restarts it.
Top
Events
  NameDescription
Public eventImageCaptured
Occurs when an image captured from the capturing device.
Public eventStopped
Occurs when the capturing has stopped.
Public eventUnpluged
Occurs when the device is unplugged;
Top
See Also