Class PlaylistCommandReceivedEventArgs

    Definition

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

    Provides data for the PlaylistCommandReceived event.

    public class PlaylistCommandReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PlaylistCommandReceivedEventArgs

    Constructors

    View Source

    PlaylistCommandReceivedEventArgs(PlaylistCommand)

    Initializes a new instance of the PlaylistCommandReceivedEventArgs class.

    Declaration
    public PlaylistCommandReceivedEventArgs(PlaylistCommand command)
    Parameters
    Type Name Description
    PlaylistCommand command

    The playback position command.

    Exceptions
    Type Condition
    System.ArgumentNullException

    command is null.

    Properties

    View Source

    Command

    Gets the PlaylistCommand.

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