Click or drag to resize

HardwareDeviceInfo Class

Represents a hardware configuration pair of device and pixel format.
Inheritance Hierarchy
SystemObject
  CSVideoPlayerHardwareDeviceInfo

Namespace:  CSVideoPlayer
Assembly:  CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class HardwareDeviceInfo

The HardwareDeviceInfo type exposes the following members.

Properties
  NameDescription
Public propertyDeviceType
Gets the type of hardware device.
Public propertyDeviceTypeName
Gets the name of the device type.
Public propertyPixelFormat
Gets the hardware output pixel format.
Public propertyPixelFormatName
Gets the name of the pixel format.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also