Click or drag to resize

InternalVideoDeviceInfo Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaInternalVideoDeviceInfo

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class InternalVideoDeviceInfo

The InternalVideoDeviceInfo type exposes the following members.

Constructors
 NameDescription
Public methodInternalVideoDeviceInfoInitializes a new instance of the InternalVideoDeviceInfo 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 methodToString
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodAsVideoDeviceInfo Transforms the current InternalVideoDeviceInfo into VideoDeviceInfo
(Defined by VideoDeviceInfoEx)
Top
See Also