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

    Show / Hide Table of Contents

    Class BaseTimerInfoDto

    Inheritance
    System.Object
    BaseTimerInfoDto
    SeriesTimerInfoDto
    TimerInfoDto
    Implements
    IHasServerId
    Namespace: MediaBrowser.Model.LiveTv
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class BaseTimerInfoDto : IHasServerId

    Properties

    ChannelId

    ChannelId of the recording.

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

    ChannelName

    ChannelName of the recording.

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

    ChannelNumber

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

    ChannelPrimaryImageTag

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

    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

    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

    ParentBackdropImageTags

    Gets or sets the parent backdrop image tags.

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

    The parent backdrop image tags.

    ParentBackdropItemId

    If the item does not have any backdrops, this will hold the Id of the Parent that has one.

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

    The parent backdrop item id.

    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.

    ProgramId

    Gets or sets the program identifier.

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

    The program identifier.

    ServerId

    Gets or sets the server identifier.

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

    The server identifier.

    StartDate

    The start date of the recording, in UTC.

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

    Type

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

    Implements

    IHasServerId

    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.