Class RepeatModeCapabilityUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides data for the RepeatModeCapabilityUpdated event.
public class RepeatModeCapabilityUpdatedEventArgs : EventArgs
- Inheritance
Constructors
View SourceRepeatModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport)
Initializes a new instance of the RepeatModeCapabilityUpdatedEventArgs class.
Declaration
public RepeatModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport support)
Parameters
Type | Name | Description |
---|---|---|
MediaControlCapabilitySupport | support | The repeat mode capabilities. |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|
API Level: 5
Properties
View SourceSupport
Gets the value whether the repeat mode is supported or not.
Declaration
public MediaControlCapabilitySupport Support { get; }
Property Value
Type | Description |
---|---|
MediaControlCapabilitySupport |