Class TestCodecDevice
Inheritance
System.Object
TestCodecDevice
Assembly: MediaBrowser.Controller.dll
public class TestCodecDevice
Properties
Declaration
public string Desription { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DeviceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string DeviceIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DeviceName { get; set; }
Property Value
Type |
Description |
System.String |
|
HardwareContextFramework
Declaration
public SecondaryFrameworks HardwareContextFramework { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int VendorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string VendorName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods