Class ProgramInfo
Inheritance
Namespace: MediaBrowser.Controller.LiveTv
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class ProgramInfo
Properties
Audio
Gets or sets the audio.
Declaration
public ProgramAudio? Audio { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ProgramAudio> | The audio. |
BackdropImageUrl
Declaration
public string BackdropImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChannelId
Gets or sets the channel identifier.
Declaration
public string ChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The channel identifier. |
CommunityRating
Gets or sets the community rating.
Declaration
public float? CommunityRating { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> | The community rating. |
EndDate
The end date of the program, in UTC.
Declaration
public DateTimeOffset EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
EpisodeNumber
Gets or sets the episode number.
Declaration
public int? EpisodeNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The episode number. |
EpisodeTitle
Gets or sets the episode title.
Declaration
public string EpisodeTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The episode title. |
Etag
Gets or sets the etag.
Declaration
public string Etag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The etag. |
Genres
Genre of the program.
Declaration
public List<string> Genres { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Height
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
HomePageUrl
Gets or sets the home page URL.
Declaration
public string HomePageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The home page URL. |
Id
Id of the program.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageHeight
Declaration
public int ImageHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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. |
ImageWidth
Declaration
public int ImageWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Is3D
Declaration
public bool? Is3D { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsEducational
Declaration
public bool IsEducational { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
|
IsNew
Declaration
public bool IsNew { 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 |
|
IsSubjectToBlackout
Declaration
public bool IsSubjectToBlackout { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogoImageUrl
Declaration
public string LogoImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the program
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. |
ProductionYear
Gets or sets the production year.
Declaration
public int? ProductionYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The production year. |
ProviderIds
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Type | Description |
---|---|
ProviderIdDictionary |
SeasonNumber
Gets or sets the season number.
Declaration
public int? SeasonNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The season number. |
SeriesId
Gets or sets the series identifier.
Declaration
public string SeriesId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series identifier. |
SeriesProviderIds
Declaration
public ProviderIdDictionary SeriesProviderIds { get; set; }
Property Value
Type | Description |
---|---|
ProviderIdDictionary |
ShortOverview
Gets or sets the short overview.
Declaration
public string ShortOverview { get; set; }
Property Value
Type | Description |
---|---|
System.String | The short overview. |
ShowId
Gets or sets an Id for the content that will always be the same regarless of air time or channel
Declaration
public string ShowId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The show identifier. |
StartDate
The start date of the program, in UTC.
Declaration
public DateTimeOffset StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
ThumbImageUrl
Declaration
public string ThumbImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |