Class TimerInfoDto
Implements
Inherited Members
Namespace: MediaBrowser.Model.LiveTv
Assembly: MediaBrowser.Model.dll
Syntax
public class TimerInfoDto : BaseTimerInfoDto, IHasServerId
Constructors
TimerInfoDto()
Declaration
public TimerInfoDto()
Properties
ProgramInfo
Gets or sets the program information.
Declaration
public BaseItemDto ProgramInfo { get; set; }
Property Value
Type | Description |
---|---|
BaseItemDto | The program information. |
RunTimeTicks
Gets or sets the run time ticks.
Declaration
public long? RunTimeTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The run time ticks. |
SeriesTimerId
Gets or sets the series timer identifier.
Declaration
public string SeriesTimerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series timer identifier. |
Status
Gets or sets the status.
Declaration
public RecordingStatus Status { get; set; }
Property Value
Type | Description |
---|---|
RecordingStatus | The status. |
TimerType
Declaration
public TimerType TimerType { get; }
Property Value
Type | Description |
---|---|
TimerType |