Class ShuffleModeCapabilityUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides data for the ShuffleModeCapabilityUpdated event.
C#Copypublic class ShuffleModeCapabilityUpdatedEventArgs : EventArgs
- Inheritance
Constructors
View Source
ShuffleModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport)
Initializes a new instance of the ShuffleModeCapabilityUpdatedEventArgs class.
Declaration
C#Copypublic ShuffleModeCapabilityUpdatedEventArgs(MediaControlCapabilitySupport support)
Parameters
Type | Name | Description |
---|---|---|
MediaControlCapabilitySupport | support | The shuffle mode capabilities. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
API Level: 5
Properties
Declaration
C#Copypublic MediaControlCapabilitySupport Support { get; }
Property Value
Type | Description |
---|---|
MediaControlCapabilitySupport |