Class Hwdevicecontext
The hardware device context.
Inheritance
System.Object
Hwdevicecontext
Namespace: Emby.Media.Model.GraphModel
Assembly: Emby.Media.Model.dll
Syntax
public class Hwdevicecontext
Properties
DeviceType
Gets or sets the type of the device.
Declaration
public string DeviceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the device. |
HasHwDeviceContext
Gets or sets the has hw device context.
Declaration
public bool HasHwDeviceContext { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The has hw device context. |