HardwareDeviceInfoDeviceType Property |
Gets the type of hardware device.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVHWDeviceType DeviceType { get; }
Public ReadOnly Property DeviceType As AVHWDeviceType
Get
Dim instance As HardwareDeviceInfo
Dim value As AVHWDeviceType
value = instance.DeviceType
member DeviceType : AVHWDeviceType with get
/** @property */
public AVHWDeviceType get_DeviceType()
function get DeviceType () : AVHWDeviceType
function get_DeviceType();
Property Value
Type:
AVHWDeviceType
See Also