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

    Show / Hide Table of Contents

    Class PlaybackProgressEventArgs

    Holds information about a playback progress event

    Inheritance
    System.Object
    System.EventArgs
    PlaybackProgressEventArgs
    PlaybackStopEventArgs
    Inherited Members
    System.EventArgs.Empty
    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class PlaybackProgressEventArgs : EventArgs

    Properties

    ClientName

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

    CollectionFolders

    Declaration
    public BaseItem[] CollectionFolders { get; set; }
    Property Value
    Type Description
    BaseItem[]

    DeviceId

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

    DeviceName

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

    EventName

    Declaration
    public ProgressEvent EventName { get; set; }
    Property Value
    Type Description
    ProgressEvent

    IsAutomated

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

    IsPaused

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

    Item

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

    MediaInfo

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

    MediaSourceId

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

    PlaybackPositionTicks

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

    PlaylistItemIds

    Declaration
    public string[] PlaylistItemIds { get; set; }
    Property Value
    Type Description
    System.String[]

    PlaySession

    Declaration
    public PlaySessionInfo PlaySession { get; set; }
    Property Value
    Type Description
    PlaySessionInfo

    PlaySessionId

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

    Session

    Declaration
    public SessionInfo Session { get; set; }
    Property Value
    Type Description
    SessionInfo

    Users

    Declaration
    public List<User> Users { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<User>

    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.