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

    Show / Hide Table of Contents

    Class RecordingInfo

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

    Constructors

    RecordingInfo()

    Declaration
    public RecordingInfo()

    Properties

    Audio

    Gets or sets the audio.

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

    The audio.

    ChannelId

    ChannelId of the recording.

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

    ChannelType

    Gets or sets the type of the channel.

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

    The type of the channel.

    CommunityRating

    Gets or sets the community rating.

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

    The community rating.

    DateLastUpdated

    Gets or sets the date last updated.

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

    The date last updated.

    EndDate

    The end date of the recording, in UTC.

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

    EpisodeTitle

    Gets or sets the episode title.

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

    The episode title.

    Genres

    Genre of the program.

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

    HasImage

    Gets or sets a value indicating whether this instance has image.

    Declaration
    public bool? HasImage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    null if [has image] contains no value, true if [has image]; otherwise, false.

    Id

    Id of the recording.

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

    ImagePath

    Supply the image path if it can be accessed directly from the file system

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

    The image path.

    ImageUrl

    Supply the image url if it can be downloaded

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

    The image URL.

    IsHD

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

    Declaration
    public bool? IsHD { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    true if this instance is hd; otherwise, false.

    IsKids

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

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

    true if this instance is kids; otherwise, false.

    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.

    IsMovie

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

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

    true if this instance is movie; otherwise, false.

    IsNews

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

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

    true if this instance is news; otherwise, false.

    IsPremiere

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

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

    true if this instance is premiere; otherwise, false.

    IsRepeat

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

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

    true if this instance is repeat; otherwise, false.

    IsSeries

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

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

    true if this instance is series; otherwise, false.

    IsSports

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

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

    true if this instance is sports; otherwise, false.

    Name

    Name of the recording.

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

    OfficialRating

    Gets or sets the official rating.

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

    The official rating.

    OriginalAirDate

    Gets or sets the original air date.

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

    The original air date.

    Overview

    Gets or sets the overview.

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

    The overview.

    Path

    Gets or sets the path.

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

    The path.

    ProgramId

    Gets or sets the program identifier.

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

    The program identifier.

    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

    Gets or sets the show identifier.

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

    The show identifier.

    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.

    TimerId

    Gets or sets the timer identifier.

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

    The timer identifier.

    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.