Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PlaybackProgressInfo

    Class PlaybackProgressInfo.

    Inheritance
    System.Object
    BaseProgressInfo
    PlaybackProgressInfo
    PlaybackStartInfo
    Inherited Members
    BaseProgressInfo.PlaySessionId
    BaseProgressInfo.ItemId
    BaseProgressInfo.LiveStreamId
    BaseProgressInfo.MediaSourceId
    BaseProgressInfo.Item
    BaseProgressInfo.PositionTicks
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PlaybackProgressInfo : BaseProgressInfo

    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

    true if this instance can seek; otherwise, false.

    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

    true if this instance is muted; otherwise, false.

    IsPaused

    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.

    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.

    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

    SleepTimerEndTime

    Declaration
    public DateTimeOffset? SleepTimerEndTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    SleepTimerMode

    Declaration
    public SleepTimerMode SleepTimerMode { get; set; }
    Property Value
    Type Description
    SleepTimerMode

    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.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.