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