Class PlaybackCapabilityUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the PlaybackCapabilityUpdated event.
public class PlaybackCapabilityUpdatedEventArgs : EventArgs
- Inheritance
Constructors
View SourcePlaybackCapabilityUpdatedEventArgs(Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport>)
Initializes a new instance of the PlaybackCapabilityUpdatedEventArgs class.
Declaration
public PlaybackCapabilityUpdatedEventArgs(Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> support)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> | support | The set of playback capabilities. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
Properties
View SourceSupport
Gets the value whether the playback action is supported or not.
Declaration
public Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> Support { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> |