Class SeriesTimerInfo
Inheritance
System.Object
SeriesTimerInfo
Assembly: MediaBrowser.Controller.dll
public class SeriesTimerInfo
Properties
ChannelId of the recording.
Declaration
public string ChannelId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] ChannelIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public DayOfWeek[] Days { get; set; }
Property Value
Type |
Description |
System.DayOfWeek[] |
The days.
|
The end date of the recording, in UTC.
Declaration
public DateTimeOffset EndDate { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsPostPaddingRequired
Gets or sets a value indicating whether this instance is post padding required.
Declaration
public bool IsPostPaddingRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is post padding required; otherwise, false .
|
Gets or sets a value indicating whether this instance is pre padding required.
Declaration
public bool IsPrePaddingRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is pre padding required; otherwise, false .
|
Declaration
public KeepUntil KeepUntil { get; set; }
Property Value
Declaration
public int KeepUpTo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public KeywordInfo[] Keywords { get; set; }
Property Value
Declaration
public bool MatchExistingItemsWithAnyLibrary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int MaxRecordingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Description of the recording.
Declaration
public string Overview { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long ParentFolderId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
PostPaddingSeconds
Gets or sets the post padding seconds.
Declaration
public int PostPaddingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
The post padding seconds.
|
Gets or sets the pre padding seconds.
Declaration
public int PrePaddingSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
The pre padding seconds.
|
Gets or sets the priority.
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
The priority.
|
Gets or sets the program identifier.
Declaration
public string ProgramId { get; set; }
Property Value
Type |
Description |
System.String |
The program identifier.
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Gets or sets a value indicating whether [record any time].
Declaration
public bool RecordAnyTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [record any time]; otherwise, false .
|
Gets or sets a value indicating whether [record new only].
Declaration
public bool RecordNewOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [record new only]; otherwise, false .
|
Gets or sets the series identifier.
Declaration
public string SeriesId { get; set; }
Property Value
Type |
Description |
System.String |
The series identifier.
|
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool SkipEpisodesInLibrary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
The start date of the recording, in UTC.
Declaration
public DateTimeOffset StartDate { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
public TimerType TimerType { get; }
Property Value
Extension Methods