Class PlaybackStopInfo
Class PlaybackStopInfo.
Inherited Members
Namespace: MediaBrowser.Model.Session
Assembly: MediaBrowser.Model.dll
Syntax
public class PlaybackStopInfo : BaseProgressInfo
Properties
Failed
Gets or sets a value indicating whether this PlaybackStopInfo is failed.
Declaration
public bool Failed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsAutomated
Declaration
public bool IsAutomated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemId
Gets or sets the item identifier.
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The item identifier. |
LiveStreamId
Gets or sets the live stream identifier.
Declaration
public string LiveStreamId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The live stream identifier. |
MediaSourceId
Gets or sets the media version identifier.
Declaration
public string MediaSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The media version identifier. |
NextMediaType
Declaration
public string NextMediaType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NowPlayingQueue
Declaration
public QueueItem[] NowPlayingQueue { get; set; }
Property Value
Type | Description |
---|---|
QueueItem[] |
PlaylistIndex
Declaration
public int PlaylistIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlaylistItemId
Declaration
public string PlaylistItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlaylistLength
Declaration
public int PlaylistLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SessionId
Gets or sets the session id.
Declaration
public string SessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The session id. |