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

    Show / Hide Table of Contents

    Class LiveTvTunerInfo

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

    Constructors

    LiveTvTunerInfo()

    Declaration
    public LiveTvTunerInfo()

    Properties

    CanReset

    Gets or sets a value indicating whether this instance can reset.

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

    true if this instance can reset; otherwise, false.

    ChannelId

    Gets or sets the channel identifier.

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

    The channel identifier.

    Clients

    Gets or sets the clients.

    Declaration
    public List<string> Clients { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The clients.

    Id

    Gets or sets the identifier.

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

    The identifier.

    Name

    Gets or sets the name.

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

    The name.

    ProgramName

    Gets or sets the name of the program.

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

    The name of the program.

    RecordingId

    Gets or sets the recording identifier.

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

    The recording identifier.

    SourceType

    Gets or sets the type of the source.

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

    The type of the source.

    Status

    Gets or sets the status.

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

    The status.

    Url

    Gets or sets the URL.

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

    The URL.

    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.