Class ShuffleModeCommand

Definition

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

Provides a means to to send shuffle mode commands.

C#
Copy
public sealed class ShuffleModeCommand : Command
Inheritance
object
ShuffleModeCommand

Constructors

View Source

ShuffleModeCommand(bool)

Initializes a new instance of the ShuffleModeCommand class.

Declaration
C#
Copy
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
C#
Copy
public bool Enabled { get; }
Property Value
Type Description
bool