Class PlaybackProgressEventArgs
Holds information about a playback progress event
Inheritance
System.Object
System.EventArgs
PlaybackProgressEventArgs
Inherited Members
System.EventArgs.Empty
Assembly: MediaBrowser.Controller.dll
public class PlaybackProgressEventArgs : EventArgs
Properties
Declaration
public string ClientName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public BaseItem[] CollectionFolders { get; set; }
Property Value
Declaration
public string DeviceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DeviceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ProgressEvent EventName { get; set; }
Property Value
Declaration
public bool IsAutomated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPaused { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public BaseItem Item { get; set; }
Property Value
Declaration
public BaseItemDto MediaInfo { get; set; }
Property Value
Declaration
public string MediaSourceId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long? PlaybackPositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string[] PlaylistItemIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public PlaySessionInfo PlaySession { get; set; }
Property Value
Declaration
public string PlaySessionId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public SessionInfo Session { get; set; }
Property Value
Declaration
public List<User> Users { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<User> |
|
Extension Methods