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

    Show / Hide Table of Contents

    Class ActiveRecordingInfo

    Inheritance
    System.Object
    ActiveRecordingInfo
    Implements
    ISegmentSource
    Namespace: MediaBrowser.Controller.LiveTv
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public abstract class ActiveRecordingInfo : ISegmentSource

    Properties

    CancellationTokenSource

    Declaration
    public CancellationTokenSource CancellationTokenSource { get; set; }
    Property Value
    Type Description
    System.Threading.CancellationTokenSource

    Channel

    Declaration
    public LiveTvChannel Channel { get; set; }
    Property Value
    Type Description
    LiveTvChannel

    Id

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

    ItemId

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

    MediaSource

    Declaration
    public abstract MediaSourceInfo MediaSource { get; }
    Property Value
    Type Description
    MediaSourceInfo

    Path

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

    Program

    Declaration
    public LiveTvProgram Program { get; set; }
    Property Value
    Type Description
    LiveTvProgram

    RecordingStatus

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

    SegmentDuration

    Declaration
    public abstract TimeSpan SegmentDuration { get; }
    Property Value
    Type Description
    System.TimeSpan

    SupportsPlaybackSegments

    Declaration
    public abstract bool SupportsPlaybackSegments { get; }
    Property Value
    Type Description
    System.Boolean

    SupportsSegments

    Declaration
    public abstract bool SupportsSegments { get; }
    Property Value
    Type Description
    System.Boolean

    Timer

    Declaration
    public TimerInfo Timer { get; set; }
    Property Value
    Type Description
    TimerInfo

    Methods

    GetSegments()

    Declaration
    public abstract List<SegmentedStreamSegmentInfo> GetSegments()
    Returns
    Type Description
    System.Collections.Generic.List<SegmentedStreamSegmentInfo>

    Implements

    ISegmentSource

    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.