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

    Show / Hide Table of Contents

    Class PlayRequest

    Class PlayRequest

    Inheritance
    System.Object
    PlayRequest
    Namespace: MediaBrowser.Model.Session
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PlayRequest

    Properties

    AudioStreamIndex

    Declaration
    public int? AudioStreamIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    ControllingUserId

    Gets or sets the controlling user identifier.

    Declaration
    public string ControllingUserId { get; set; }
    Property Value
    Type Description
    System.String

    The controlling user identifier.

    ItemIds

    Gets or sets the item ids.

    Declaration
    public long[] ItemIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    The item ids.

    MediaSourceId

    Declaration
    public string MediaSourceId { get; set; }
    Property Value
    Type Description
    System.String

    PlayCommand

    Gets or sets the play command.

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

    The play command.

    StartIndex

    Declaration
    public int? StartIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    StartPositionTicks

    Gets or sets the start position ticks that the first item should be played at

    Declaration
    public long? StartPositionTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    The start position ticks.

    SubtitleStreamIndex

    Declaration
    public int? SubtitleStreamIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    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.