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

    Show / Hide Table of Contents

    Class PlaybackStopInfo

    Class PlaybackStopInfo.

    Inheritance
    System.Object
    BaseProgressInfo
    PlaybackStopInfo
    Inherited Members
    BaseProgressInfo.PlaySessionId
    BaseProgressInfo.ItemId
    BaseProgressInfo.LiveStreamId
    BaseProgressInfo.MediaSourceId
    BaseProgressInfo.Item
    BaseProgressInfo.PositionTicks
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PlaybackStopInfo : BaseProgressInfo

    Properties

    Failed

    Gets or sets a value indicating whether this PlaybackStopInfo is failed.

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

    true if failed; otherwise, false.

    IsAutomated

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

    NextMediaType

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

    NowPlayingQueue

    Declaration
    public QueueItem[] NowPlayingQueue { get; set; }
    Property Value
    Type Description
    QueueItem[]

    PlaylistIndex

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

    PlaylistItemId

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

    PlaylistLength

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

    SessionId

    Gets or sets the session id.

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

    The session id.

    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.