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
    PlaybackStopInfo
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PlaybackStopInfo

    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

    Item

    Gets or sets the item.

    Declaration
    public BaseItemDto Item { get; set; }
    Property Value
    Type Description
    BaseItemDto

    The item.

    ItemId

    Gets or sets the item identifier.

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

    The item identifier.

    LiveStreamId

    Gets or sets the live stream identifier.

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

    The live stream identifier.

    MediaSourceId

    Gets or sets the media version identifier.

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

    The media version identifier.

    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

    PlaySessionId

    Gets or sets the play session identifier.

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

    The play session identifier.

    PositionTicks

    Gets or sets the position ticks.

    Declaration
    public long? PositionTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    The position ticks.

    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.