Class PlaybackProgressInfo
Class PlaybackProgressInfo.
Inheritance
System.Object
PlaybackProgressInfo
Assembly: MediaBrowser.Model.dll
public class PlaybackProgressInfo : BaseProgressInfo
Properties
Declaration
public string AspectRatio { get; set; }
Property Value
Type |
Description |
System.String |
|
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.
|
Declaration
public int? Brightness { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Gets or sets a value indicating whether this instance can seek.
Declaration
public bool CanSeek { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance can seek; otherwise, false .
|
Declaration
public ProgressEvent EventName { get; set; }
Property Value
Gets or sets a value indicating whether this instance is muted.
Declaration
public bool IsMuted { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is muted; otherwise, false .
|
Gets or sets a value indicating whether this instance is paused.
Declaration
public bool IsPaused { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is paused; otherwise, false .
|
Declaration
public QueueItem[] NowPlayingQueue { get; set; }
Property Value
Declaration
public double PlaybackRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public long? PlaybackStartTimeTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public int PlaylistIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PlaylistItemId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] PlaylistItemIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int PlaylistLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gets or sets the play method.
Declaration
public PlayMethod PlayMethod { get; set; }
Property Value
Gets or sets the repeat mode.
Declaration
public RepeatMode RepeatMode { get; set; }
Property Value
Declaration
public long? RunTimeTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Gets or sets the session id.
Declaration
public string SessionId { get; set; }
Property Value
Type |
Description |
System.String |
The session id.
|
Declaration
public bool Shuffle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public DateTimeOffset? SleepTimerEndTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public SleepTimerMode SleepTimerMode { get; set; }
Property Value
Declaration
public int SubtitleOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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.
|
Gets or sets the volume level.
Declaration
public int? VolumeLevel { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
The volume level.
|
Extension Methods