Class PlaybackActionCommandReceivedEventArgs

    Definition

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

    Provides data for the PlaybackActionCommandReceived event.

    public class PlaybackActionCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PlaybackActionCommandReceivedEventArgs

    Constructors

    View Source

    PlaybackActionCommandReceivedEventArgs(PlaybackCommand)

    Initializes a new instance of the PlaybackActionCommandReceivedEventArgs class.

    Declaration
    public PlaybackActionCommandReceivedEventArgs(PlaybackCommand command)
    Parameters
    Type Name Description
    PlaybackCommand command

    The playback command.

    Exceptions
    Type Condition
    System.ArgumentNullException

    command is null.

    Properties

    View Source

    Command

    Gets the PlaybackCommand.

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