Class MediaControllerManager

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides a means to retrieve active controllers and observe controllers added and removed.

    public class MediaControllerManager : IDisposable
    Inheritance
    object
    MediaControllerManager

    Constructors

    View Source

    MediaControllerManager()

    Initializes a new instance of the MediaControllerManager class.

    Declaration
    public MediaControllerManager()

    Methods

    View Source

    Dispose()

    Releases all resources used by the MediaControllerManager.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases the unmanaged resources used by the MediaControllerManager.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    View Source

    GetActiveControllers()

    Gets the active controllers.

    Declaration
    public MediaController[] GetActiveControllers()
    Returns
    Type Description
    MediaController[]

    An array of MediaController.

    Events

    View Source

    ServerStarted

    Occurs when a server is started.

    Declaration
    public event EventHandler<MediaControlServerStartedEventArgs> ServerStarted
    Event Type
    Type Description
    EventHandler<><MediaControlServerStartedEventArgs>
    View Source

    ServerStopped

    Occurs when a server is stopped.

    Declaration
    public event EventHandler<MediaControlServerStoppedEventArgs> ServerStopped
    Event Type
    Type Description
    EventHandler<><MediaControlServerStoppedEventArgs>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX