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

    Show / Hide Table of Contents

    Class LiveTvServiceStatusInfo

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

    Constructors

    LiveTvServiceStatusInfo()

    Declaration
    public LiveTvServiceStatusInfo()

    Properties

    HasUpdateAvailable

    Gets or sets a value indicating whether this instance has update available.

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

    true if this instance has update available; otherwise, false.

    IsVisible

    Gets or sets a value indicating whether this instance is visible.

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

    true if this instance is visible; otherwise, false.

    Status

    Gets or sets the status.

    Declaration
    public LiveTvServiceStatus Status { get; set; }
    Property Value
    Type Description
    LiveTvServiceStatus

    The status.

    StatusMessage

    Gets or sets the status message.

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

    The status message.

    Tuners

    Gets or sets the tuners.

    Declaration
    public List<LiveTvTunerInfo> Tuners { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LiveTvTunerInfo>

    The tuners.

    Version

    Gets or sets the version.

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

    The version.

    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.