Class ShuffleModeCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Shuffle
public class ShuffleModeCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ShuffleMode Command Received Event Args
Constructors
View SourceShuffleModeCommandReceivedEventArgs(ShuffleModeCommand)
Initializes a new instance of the Shuffle
Declaration
public ShuffleModeCommandReceivedEventArgs(ShuffleModeCommand command)
Parameters
Type | Name | Description |
---|---|---|
Shuffle |
command | The playback position command. |
Exceptions
Type | Condition |
---|---|
System. |
|
Properties
View SourceCommand
Gets the Shuffle
Declaration
public ShuffleModeCommand Command { get; }
Property Value
Type | Description |
---|---|
Shuffle |