Class NotificationPlaybackInfo
Inheritance
System.Object
NotificationPlaybackInfo
Assembly: MediaBrowser.Controller.dll
Syntax
public class NotificationPlaybackInfo
Constructors
Declaration
public NotificationPlaybackInfo(SessionInfo session)
Parameters
Properties
Declaration
public string NextMediaType { get; set; }
Property Value
Type |
Description |
System.String |
|
PlayedToCompletion
Declaration
public bool? PlayedToCompletion { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PlaylistIndex
Declaration
public long? PlaylistIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
PlaylistItemId
Declaration
public string PlaylistItemId { get; set; }
Property Value
Type |
Description |
System.String |
|
PlaylistLength
Declaration
public long? PlaylistLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
PlaySessionId
Declaration
public string PlaySessionId { get; set; }
Property Value
Type |
Description |
System.String |
|
PositionTicks
Declaration
public long? PositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Extension Methods