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
Constructors
View SourceShuffleModeCommand(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 SourceEnabled
Gets a value indicating whether the shuffle mode is enabled.
Declaration
public bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool |