Class ShuffleModeCommand

    Definition

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

    Provides a means to to send shuffle mode commands.

    public sealed class ShuffleModeCommand : Command
    Inheritance
    object
    Command
    ShuffleModeCommand

    Constructors

    View Source

    ShuffleModeCommand(bool)

    Initializes a new instance of the ShuffleModeCommand class.

    Declaration
    public ShuffleModeCommand(bool enabled)
    Parameters
    Type Name Description
    bool enabled

    A shuffle mode.

    Properties

    View Source

    Enabled

    Gets a value indicating whether the shuffle mode is enabled.

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