Class MediaControlServerStartedEventArgs

    Definition

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

    Provides data for the ServerStarted event.

    public class MediaControlServerStartedEventArgs : EventArgs
    Inheritance
    object
    MediaControlServerStartedEventArgs

    Constructors

    View Source

    MediaControlServerStartedEventArgs(MediaController)

    Initializes a new instance of the MediaControlServerStartedEventArgs class.

    Declaration
    public MediaControlServerStartedEventArgs(MediaController mediaController)
    Parameters
    Type Name Description
    MediaController mediaController

    A MediaController of the server.

    Properties

    View Source

    Controller

    Gets the controller of the server added.

    Declaration
    public MediaController Controller { get; }
    Property Value
    Type Description
    MediaController

    A MediaController.

    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