Class LiveTvOptions
Inheritance
System.Object
LiveTvOptions
Assembly: MediaBrowser.Model.dll
public class LiveTvOptions
Properties
Declaration
public int? BufferLimitInMinutes { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public ChannelOptions[] ChannelOptions { get; set; }
Property Value
Declaration
public int? GuideDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public ListingsProviderInfo[] ListingProviders { get; set; }
Property Value
Declaration
public string MovieRecordingFolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MovieRecordingPath { get; set; }
Property Value
Type |
Description |
System.String |
|
PostPaddingSeconds
Declaration
public int PostPaddingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PrePaddingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string RecordingFolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RecordingPath { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordingPostProcessor
Declaration
public string RecordingPostProcessor { get; set; }
Property Value
Type |
Description |
System.String |
|
RecordingPostProcessorArguments
Declaration
public string RecordingPostProcessorArguments { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SeriesRecordingFolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SeriesRecordingPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public TunerHostInfo[] TunerHosts { get; set; }
Property Value
Declaration
public bool WakeServer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods