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

    Show / Hide Table of Contents

    Class LiveTvOptions

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

    Properties

    BufferLimitInMinutes

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

    ChannelOptions

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

    GuideDays

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

    ListingProviders

    Declaration
    public ListingsProviderInfo[] ListingProviders { get; set; }
    Property Value
    Type Description
    ListingsProviderInfo[]

    MovieRecordingFolderId

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

    MovieRecordingPath

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

    PostPaddingSeconds

    Declaration
    public int PostPaddingSeconds { get; set; }
    Property Value
    Type Description
    System.Int32

    PrePaddingSeconds

    Declaration
    public int PrePaddingSeconds { get; set; }
    Property Value
    Type Description
    System.Int32

    RecordingFolderId

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

    RecordingPath

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

    RecordingPostProcessor

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

    RecordingPostProcessorArguments

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

    SeriesRecordingFolderId

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

    SeriesRecordingPath

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

    TunerHosts

    Declaration
    public TunerHostInfo[] TunerHosts { get; set; }
    Property Value
    Type Description
    TunerHostInfo[]

    WakeServer

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

    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.