Search Results for

    Show / Hide Table of Contents

    Class Command

    Definition

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

    Provides a means to send command to media control server.

    public abstract class Command
    Inheritance
    object
    Command
    Derived
    CustomCommand
    PlaybackCommand
    PlaybackPositionCommand
    PlaylistCommand
    RepeatModeCommand
    SearchCommand
    ShuffleModeCommand

    Constructors

    View Source

    Command()

    Initializes a Command base class.

    Declaration
    protected Command()

    Properties

    View Source

    ReceiverId

    The id for command receiver.

    Declaration
    protected string ReceiverId { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    OnResponseCompleted()

    Represents a method that is called when an response command completes.

    Declaration
    protected virtual void OnResponseCompleted()
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX