Class TunerChannelMapping
Inheritance
System.Object
TunerChannelMapping
Assembly: MediaBrowser.Controller.dll
public sealed class TunerChannelMapping
Properties
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsManualMapping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProviderChannelId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProviderChannelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods