Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ChannelInfo

    Class ChannelInfo

    Inheritance
    System.Object
    ChannelInfo
    Namespace: MediaBrowser.Controller.LiveTv
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class ChannelInfo

    Properties

    AffiliateCallSign

    Declaration
    public string AffiliateCallSign { get; set; }
    Property Value
    Type Description
    System.String

    AlternateNames

    Declaration
    public string[] AlternateNames { get; set; }
    Property Value
    Type Description
    System.String[]

    AudioCodec

    Declaration
    public string AudioCodec { get; set; }
    Property Value
    Type Description
    System.String

    CallSign

    Declaration
    public string CallSign { 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.

    Collections

    Declaration
    public string[] Collections { get; set; }
    Property Value
    Type Description
    System.String[]

    EpgShift

    Declaration
    public TimeSpan EpgShift { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    GuideDataUrl

    Declaration
    public string GuideDataUrl { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Get or sets the Id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The id of the channel.

    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.

    IsFavorite

    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.

    IsHD

    Declaration
    public bool? IsHD { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    LightColorLogoImageUrl

    Declaration
    public string LightColorLogoImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    LightLogoImageUrl

    Declaration
    public string LightLogoImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    ListingsChannelId

    Declaration
    public string ListingsChannelId { get; set; }
    Property Value
    Type Description
    System.String

    ListingsChannelName

    Declaration
    public string ListingsChannelName { get; set; }
    Property Value
    Type Description
    System.String

    ListingsChannelNumber

    Declaration
    public string ListingsChannelNumber { get; set; }
    Property Value
    Type Description
    System.String

    ListingsId

    Declaration
    public string ListingsId { get; set; }
    Property Value
    Type Description
    System.String

    ListingsProviderId

    Declaration
    public string ListingsProviderId { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Number

    Gets or sets the number.

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String

    The number.

    Overview

    Declaration
    public string Overview { get; set; }
    Property Value
    Type Description
    System.String

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    SortIndexNumber

    Declaration
    public int? SortIndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Tags

    Declaration
    public string[] Tags { get; set; }
    Property Value
    Type Description
    System.String[]

    TunerChannelId

    Declaration
    public string TunerChannelId { get; set; }
    Property Value
    Type Description
    System.String

    TunerHostId

    Gets or sets the tuner host identifier.

    Declaration
    public string TunerHostId { get; set; }
    Property Value
    Type Description
    System.String

    The tuner host identifier.

    VideoCodec

    Declaration
    public string VideoCodec { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.