Class PlaybackCommand

    Definition

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

    Provides a means to send playback command to media control server.

    public sealed class PlaybackCommand : Command
    Inheritance
    object
    Command
    PlaybackCommand

    Constructors

    View Source

    PlaybackCommand(MediaControlPlaybackCommand)

    Initializes a new instance of the PlaybackCommand class.

    Declaration
    public PlaybackCommand(MediaControlPlaybackCommand action)
    Parameters
    Type Name Description
    MediaControlPlaybackCommand action

    A MediaControlPlaybackCommand.

    Exceptions
    Type Condition
    System.ArgumentException

    action is not valid.

    Properties

    View Source

    Action

    Gets the playback action.

    Declaration
    public MediaControlPlaybackCommand Action { get; }
    Property Value
    Type Description
    MediaControlPlaybackCommand
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX