Class RecordingInfo
Inheritance
Namespace: MediaBrowser.Controller.LiveTv
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class RecordingInfo
Constructors
RecordingInfo()
Declaration
public RecordingInfo()
Properties
Audio
Gets or sets the audio.
Declaration
public ProgramAudio? Audio { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ProgramAudio> | The audio. |
ChannelId
ChannelId of the recording.
Declaration
public string ChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChannelType
Gets or sets the type of the channel.
Declaration
public ChannelType ChannelType { get; set; }
Property Value
Type | Description |
---|---|
ChannelType | The type of the channel. |
CommunityRating
Gets or sets the community rating.
Declaration
public float? CommunityRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> | The community rating. |
DateLastUpdated
Gets or sets the date last updated.
Declaration
public DateTimeOffset DateLastUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date last updated. |
EndDate
The end date of the recording, in UTC.
Declaration
public DateTimeOffset EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
EpisodeTitle
Gets or sets the episode title.
Declaration
public string EpisodeTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The episode title. |
Genres
Genre of the program.
Declaration
public List<string> Genres { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
HasImage
Gets or sets a value indicating whether this instance has image.
Declaration
public bool? HasImage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
Id
Id of the recording.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImagePath
Supply the image path if it can be accessed directly from the file system
Declaration
public string ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image path. |
ImageUrl
Supply the image url if it can be downloaded
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image URL. |
IsHD
Gets or sets a value indicating whether this instance is hd.
Declaration
public bool? IsHD { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
|
IsKids
Gets or sets a value indicating whether this instance is kids.
Declaration
public bool IsKids { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsLive
Gets or sets a value indicating whether this instance is live.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsMovie
Gets or sets a value indicating whether this instance is movie.
Declaration
public bool IsMovie { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsNews
Gets or sets a value indicating whether this instance is news.
Declaration
public bool IsNews { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPremiere
Gets or sets a value indicating whether this instance is premiere.
Declaration
public bool IsPremiere { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsRepeat
Gets or sets a value indicating whether this instance is repeat.
Declaration
public bool IsRepeat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSeries
Gets or sets a value indicating whether this instance is series.
Declaration
public bool IsSeries { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSports
Gets or sets a value indicating whether this instance is sports.
Declaration
public bool IsSports { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Name of the recording.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OfficialRating
Gets or sets the official rating.
Declaration
public string OfficialRating { get; set; }
Property Value
Type | Description |
---|---|
System.String | The official rating. |
OriginalAirDate
Gets or sets the original air date.
Declaration
public DateTimeOffset? OriginalAirDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> | The original air date. |
Overview
Gets or sets the overview.
Declaration
public string Overview { get; set; }
Property Value
Type | Description |
---|---|
System.String | The overview. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |
ProgramId
Gets or sets the program identifier.
Declaration
public string ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The program identifier. |
SeriesTimerId
Gets or sets the series timer identifier.
Declaration
public string SeriesTimerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series timer identifier. |
ShowId
Gets or sets the show identifier.
Declaration
public string ShowId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The show identifier. |
StartDate
The start date of the recording, in UTC.
Declaration
public DateTimeOffset StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
Status
Gets or sets the status.
Declaration
public RecordingStatus Status { get; set; }
Property Value
Type | Description |
---|---|
RecordingStatus | The status. |
TimerId
Gets or sets the timer identifier.
Declaration
public string TimerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The timer identifier. |
Url
Gets or sets the URL.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |