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

    Show / Hide Table of Contents

    Class BaseProgressInfo

    Inheritance
    System.Object
    BaseProgressInfo
    PlaybackProgressInfo
    PlaybackStopInfo
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class BaseProgressInfo

    Properties

    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.

    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.

    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.