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

    Show / Hide Table of Contents

    Class ListingsProviderInfo

    Inheritance
    System.Object
    ListingsProviderInfo
    Namespace: MediaBrowser.Model.LiveTv
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class ListingsProviderInfo

    Properties

    ChannelMappings

    Declaration
    public NameValuePair[] ChannelMappings { get; set; }
    Property Value
    Type Description
    NameValuePair[]

    Country

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

    DataVersion

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

    EnableAllTuners

    Declaration
    public bool EnableAllTuners { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnabledTuners

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

    Id

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

    KidsCategories

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

    ListingsId

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

    MovieCategories

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

    MoviePrefix

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

    Name

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

    NewsCategories

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

    Password

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

    Path

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

    PreferredLanguage

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

    SetupUrl

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

    SportsCategories

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

    TvgShiftTicks

    Declaration
    public long TvgShiftTicks { get; set; }
    Property Value
    Type Description
    System.Int64

    Type

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

    UserAgent

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

    Username

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

    ZipCode

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