Click or drag to resize
VideoDeviceInfo Class
Provides information about a video capturing device.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaVideoDeviceInfo

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

The VideoDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodVideoDeviceInfo
Initializes a new instance of the VideoDeviceInfo class
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodAsInternalVideoDeviceInfo
Transforms the current VideoDeviceInfo into InternalVideoDeviceInfo
(Defined by VideoDeviceInfoEx.)
Top
Properties
  NameDescription
Public propertyCapabilities
Gets the supported resolutions and frame rates of the device.
Public propertyDeviceID
Gets the identifier of the device.
Public propertyMonikerString
Gets the display name of the device moniker.
Public propertyName
Gets the name of the device.
Top
See Also