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

    Show / Hide Table of Contents

    Class NotificationPlaybackInfo

    Inheritance
    System.Object
    NotificationPlaybackInfo
    Namespace: Emby.Notifications
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class NotificationPlaybackInfo

    Constructors

    NotificationPlaybackInfo(SessionInfo)

    Declaration
    public NotificationPlaybackInfo(SessionInfo session)
    Parameters
    Type Name Description
    SessionInfo session

    Properties

    NextMediaType

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

    PlayedToCompletion

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

    PlaylistIndex

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

    PlaylistItemId

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

    PlaylistLength

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

    PlaySessionId

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

    PositionTicks

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

    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.