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
    CustomCommand
    DisplayModeCommand
    DisplayModeCommand
    DisplayRotationCommand
    DisplayRotationCommand
    Mode360Command
    Mode360Command
    PlaybackCommand
    PlaybackCommand
    PlaybackPositionCommand
    PlaybackPositionCommand
    PlaylistCommand
    PlaylistCommand
    RepeatModeCommand
    RepeatModeCommand
    SearchCommand
    SearchCommand
    ShuffleModeCommand
    ShuffleModeCommand
    SubtitleModeCommand
    SubtitleModeCommand

    Constructors

    View Source

    Command()

    Initializes a Command base class.

    Declaration
    protected Command()

    Properties

    View Source

    IsResponseNeeded

    Indicates if the response is needed.

    Declaration
    public bool IsResponseNeeded { get; }
    Property Value
    Type Description
    bool
    Remarks

    If false, the receiver should not respond to the received command.

    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-2024 Samsung
    Generated by DocFX