Class PlaybackStopInfo
Inheritance
System.Object
PlaybackStopInfo
Assembly: MediaBrowser.Model.dll
public class PlaybackStopInfo : BaseProgressInfo
Properties
Declaration
public bool Failed { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if failed; otherwise, false .
|
Declaration
public bool IsAutomated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string NextMediaType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public QueueItem[] NowPlayingQueue { get; set; }
Property Value
Declaration
public int PlaylistIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PlaylistItemId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int PlaylistLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the session id.
Declaration
public string SessionId { get; set; }
Property Value
Type |
Description |
System.String |
The session id.
|
Extension Methods