Class PlaybackStopEventArgs
Inherited Members
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 |
|