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

    Show / Hide Table of Contents

    Class PlaybackStopEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PlaybackProgressEventArgs
    PlaybackStopEventArgs
    Inherited Members
    PlaybackProgressEventArgs.Users
    PlaybackProgressEventArgs.PlaybackPositionTicks
    PlaybackProgressEventArgs.Item
    PlaybackProgressEventArgs.CollectionFolders
    PlaybackProgressEventArgs.MediaInfo
    PlaybackProgressEventArgs.MediaSourceId
    PlaybackProgressEventArgs.MediaSource
    PlaybackProgressEventArgs.IsPaused
    PlaybackProgressEventArgs.IsAutomated
    PlaybackProgressEventArgs.DeviceId
    PlaybackProgressEventArgs.DeviceName
    PlaybackProgressEventArgs.ClientName
    PlaybackProgressEventArgs.PlaySessionId
    PlaybackProgressEventArgs.PlaySession
    PlaybackProgressEventArgs.Session
    PlaybackProgressEventArgs.EventName
    PlaybackProgressEventArgs.PlaylistItemIds
    System.EventArgs.Empty
    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class PlaybackStopEventArgs : PlaybackProgressEventArgs

    Properties

    NextMediaType

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

    PlayedToCompletion

    Gets or sets a value indicating whether [played to completion].

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

    true if [played to completion]; otherwise, false.

    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.