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: 10.3.183.0
Syntax
public class VideoDeviceInfo

The VideoDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodVideoDeviceInfo
Initializes a new instance of the VideoDeviceInfo class
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
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInternalVideoDeviceInfo
Transforms the current VideoDeviceInfo into InternalVideoDeviceInfo
(Defined by VideoDeviceInfoEx.)
Top
See Also