Class PlaybackCapabilityUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Playback
public class PlaybackCapabilityUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args PlaybackCapability Updated Event Args
Constructors
View SourcePlaybackCapabilityUpdatedEventArgs(Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport>)
Initializes a new instance of the Playback
Declaration
public PlaybackCapabilityUpdatedEventArgs(Dictionary<MediaControlPlaybackCommand, MediaControlCapabilitySupport> support)
Parameters
Type | Name | Description |
---|---|---|
System. |
support | The set of playback capabilities. |
Exceptions
Type | Condition |
---|---|
System. |
|
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 |
---|---|
System. |