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

    Show / Hide Table of Contents

    Class ClientCapabilities

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

    Properties

    AppId

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

    DeviceProfile

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

    IconUrl

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

    PlayableMediaTypes

    Declaration
    public string[] PlayableMediaTypes { get; set; }
    Property Value
    Type Description
    System.String[]

    PushToken

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

    PushTokenType

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

    SupportedCommands

    Declaration
    public string[] SupportedCommands { get; set; }
    Property Value
    Type Description
    System.String[]

    SupportsMediaControl

    Declaration
    public bool SupportsMediaControl { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsSync

    Declaration
    public bool SupportsSync { get; set; }
    Property Value
    Type Description
    System.Boolean

    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.