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

    Show / Hide Table of Contents

    Class TimerInfo

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

    Properties

    ChannelId

    ChannelId of the recording.

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

    CommunityRating

    Declaration
    public float? CommunityRating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    EndDate

    The end date of the recording, in UTC.

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

    EpisodeNumber

    Gets or sets the episode number.

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

    The episode number.

    EpisodeTitle

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

    Genres

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

    Id

    Id of the recording.

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

    IsKids

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

    IsLive

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

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

    true if this instance is live; otherwise, false.

    IsManual

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

    IsMovie

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

    IsNew

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

    IsNews

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

    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.

    IsPremiere

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

    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.

    IsProgramSeries

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

    IsRepeat

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

    IsSeries

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

    IsSports

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

    KeepUntil

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

    Name

    Name of the recording.

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

    OfficialRating

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

    OriginalAirDate

    Declaration
    public DateTimeOffset? OriginalAirDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Overview

    Description of the recording.

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

    ParentFolderId

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

    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.

    ProductionYear

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

    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

    RecordingPath

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

    RetryCount

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

    SeasonNumber

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

    SeriesId

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

    SeriesProviderIds

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

    SeriesTimerId

    Gets or sets the series timer identifier.

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

    The series timer identifier.

    ShowId

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

    StartDate

    The start date of the recording, in UTC.

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

    Status

    Gets or sets the status.

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

    The status.

    Tags

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

    TimerType

    Declaration
    [IgnoreDataMember]
    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.