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

    Show / Hide Table of Contents

    Class SeriesTimerInfo

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

    Properties

    ChannelId

    ChannelId of the recording.

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

    ChannelIds

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

    Days

    Gets or sets the days.

    Declaration
    public DayOfWeek[] Days { get; set; }
    Property Value
    Type Description
    System.DayOfWeek[]

    The days.

    EndDate

    The end date of the recording, in UTC.

    Declaration
    public DateTimeOffset EndDate { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    Id

    Id of the recording.

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

    IsPostPaddingRequired

    Gets or sets a value indicating whether this instance is post padding required.

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

    true if this instance is post padding required; otherwise, false.

    IsPrePaddingRequired

    Gets or sets a value indicating whether this instance is pre padding required.

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

    true if this instance is pre padding required; otherwise, false.

    KeepUntil

    Declaration
    public KeepUntil KeepUntil { get; set; }
    Property Value
    Type Description
    KeepUntil

    KeepUpTo

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

    Keywords

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

    MatchExistingItemsWithAnyLibrary

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

    MaxRecordingSeconds

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

    Name

    Name of the recording.

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

    Overview

    Description of the recording.

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

    ParentFolderId

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

    PostPaddingSeconds

    Gets or sets the post padding seconds.

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

    The post padding seconds.

    PrePaddingSeconds

    Gets or sets the pre padding seconds.

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

    The pre padding seconds.

    Priority

    Gets or sets the priority.

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

    The priority.

    ProgramId

    Gets or sets the program identifier.

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

    The program identifier.

    ProviderIds

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    RecordAnyTime

    Gets or sets a value indicating whether [record any time].

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

    true if [record any time]; otherwise, false.

    RecordNewOnly

    Gets or sets a value indicating whether [record new only].

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

    true if [record new only]; otherwise, false.

    SeriesId

    Gets or sets the series identifier.

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

    The series identifier.

    ServiceName

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

    SkipEpisodesInLibrary

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

    StartDate

    The start date of the recording, in UTC.

    Declaration
    public DateTimeOffset StartDate { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    TimerType

    Declaration
    public TimerType TimerType { get; }
    Property Value
    Type Description
    TimerType

    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.