Class ShuffleModeCommand

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
5

Provides a means to to send shuffle mode commands.

C#
Copy
public sealed class ShuffleModeCommand : Command
Inheritance
ShuffleModeCommand

Constructors

View Source

ShuffleModeCommand(Boolean)

Initializes a new instance of the ShuffleModeCommand class.

Declaration
C#
Copy
public ShuffleModeCommand(bool enabled)
Parameters
Type Name Description
Boolean enabled

A shuffle mode.

API Level: 5

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
Boolean