Class TunerHostInfo
Inheritance
System.Object
TunerHostInfo
Assembly: MediaBrowser.Model.dll
public class TunerHostInfo
Properties
Declaration
public bool AllowHWTranscoding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AllowMappingByNumber { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int DataVersion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string DeviceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ImportFavoritesOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ImportGuideData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool PreferEpgChannelImages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool PreferEpgChannelNumbers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string ProviderOptions { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Referrer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SetupUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int TunerCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserAgent { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods