Class BaseProgressInfo
Namespace: MediaBrowser.Model.Session
Assembly: MediaBrowser.Model.dll
Syntax
public class BaseProgressInfo
Properties
Item
Gets or sets the item.
Declaration
public BaseItemDto Item { get; set; }
Property Value
Type | Description |
---|---|
BaseItemDto | The item. |
PlaySessionId
Gets or sets the play session identifier.
Declaration
public string PlaySessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The play session identifier. |
PositionTicks
Gets or sets the position ticks.
Declaration
public long? PositionTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The position ticks. |