Class PlaybackProgressInfo
Class PlaybackProgressInfo.
Namespace: MediaBrowser.Model.Session
Assembly: MediaBrowser.Model.dll
Syntax
public class PlaybackProgressInfo
Properties
AspectRatio
Declaration
public string AspectRatio { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AudioStreamIndex
Gets or sets the index of the audio stream.
Declaration
public int? AudioStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index of the audio stream. |
Brightness
Declaration
public int? Brightness { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CanSeek
Gets or sets a value indicating whether this instance can seek.
Declaration
public bool CanSeek { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EventName
Declaration
public ProgressEvent EventName { get; set; }
Property Value
Type | Description |
---|---|
ProgressEvent |
IsMuted
Gets or sets a value indicating whether this instance is muted.
Declaration
public bool IsMuted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPaused
Gets or sets a value indicating whether this instance is paused.
Declaration
public bool IsPaused { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |
NowPlayingQueue
Declaration
public QueueItem[] NowPlayingQueue { get; set; }
Property Value
Type | Description |
---|---|
QueueItem[] |
PlaybackRate
Declaration
public double PlaybackRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PlaybackStartTimeTicks
Declaration
public long? PlaybackStartTimeTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
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 |
PlaylistItemIds
Declaration
public string[] PlaylistItemIds { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
PlaylistLength
Declaration
public int PlaylistLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlayMethod
Gets or sets the play method.
Declaration
public PlayMethod PlayMethod { get; set; }
Property Value
Type | Description |
---|---|
PlayMethod | The play method. |
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. |
RepeatMode
Gets or sets the repeat mode.
Declaration
public RepeatMode RepeatMode { get; set; }
Property Value
Type | Description |
---|---|
RepeatMode | The repeat mode. |
RunTimeTicks
Declaration
public long? RunTimeTicks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
SessionId
Gets or sets the session id.
Declaration
public string SessionId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The session id. |
Shuffle
Declaration
public bool Shuffle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubtitleOffset
Declaration
public int SubtitleOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubtitleStreamIndex
Gets or sets the index of the subtitle stream.
Declaration
public int? SubtitleStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The index of the subtitle stream. |
VolumeLevel
Gets or sets the volume level.
Declaration
public int? VolumeLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The volume level. |