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.

    Properties

    View Source

    Action

    Gets the playback action.

    Declaration
    public MediaControlPlaybackCommand Action { get; }
    Property Value
    Type Description
    MediaControlPlaybackCommand

    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