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

    Show / Hide Table of Contents

    Interface ISessionController

    Namespace: MediaBrowser.Controller.Session
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ISessionController

    Properties

    IsSessionActive

    Gets a value indicating whether this instance is session active.

    Declaration
    bool IsSessionActive { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is session active; otherwise, false.

    Priority

    Declaration
    int Priority { get; }
    Property Value
    Type Description
    System.Int32

    SupportsMediaControl

    Gets a value indicating whether [supports media remote control].

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

    true if [supports media remote control]; otherwise, false.

    Methods

    SendMessage<T>(ReadOnlyMemory<Char>, String, T, CancellationToken)

    Sends the message.

    Declaration
    Task SendMessage<T>(ReadOnlyMemory<char> name, string messageId, T data, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    System.ReadOnlyMemory<System.Char> name
    System.String messageId
    T data
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task
    Type Parameters
    Name Description
    T

    SupportsMessage(ReadOnlySpan<Char>)

    Declaration
    bool SupportsMessage(ReadOnlySpan<char> name)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> name
    Returns
    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.