Class ChannelInfo
Inheritance
System.Object
ChannelInfo
Assembly: MediaBrowser.Controller.dll
Properties
Declaration
public string AffiliateCallSign { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] AlternateNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string AudioCodec { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CallSign { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the type of the channel.
Declaration
public ChannelType ChannelType { get; set; }
Property Value
Declaration
public string[] Collections { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public TimeSpan EpgShift { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
Declaration
public string GuideDataUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
The id of the channel.
|
Supply the image url if it can be downloaded
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
The image URL.
|
Gets or sets a value indicating whether this instance is favorite.
Declaration
public bool? IsFavorite { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
null if [is favorite] contains no value, true if [is favorite]; otherwise, false .
|
Declaration
public bool? IsHD { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string LightColorLogoImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LightLogoImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsChannelId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsChannelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsChannelNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The name.
|
Declaration
public string Number { get; set; }
Property Value
Type |
Description |
System.String |
The number.
|
Declaration
public string Overview { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? SortIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string[] Tags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string TunerChannelId { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the tuner host identifier.
Declaration
public string TunerHostId { get; set; }
Property Value
Type |
Description |
System.String |
The tuner host identifier.
|
Declaration
public string VideoCodec { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods