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

    Show / Hide Table of Contents

    Class PlaybackInfoResponse

    Inheritance
    System.Object
    PlaybackInfoResponse
    Namespace: MediaBrowser.Model.MediaInfo
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PlaybackInfoResponse

    Properties

    ErrorCode

    Gets or sets the error code.

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

    The error code.

    MediaSources

    Gets or sets the media sources.

    Declaration
    public MediaSourceInfo[] MediaSources { get; set; }
    Property Value
    Type Description
    MediaSourceInfo[]

    The media sources.

    PlaySessionId

    Gets or sets the play session identifier.

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

    The play session identifier.

    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.