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. |
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. |
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. |