Class PlaybackCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 4
Provides data for the PlaybackCommandReceived event.
C#Copy[Obsolete("Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.")] public class PlaybackCommandReceivedEventArgs : EventArgs
- Inheritance
Constructors
View Source
PlaybackCommandReceivedEventArgs(String, MediaControlPlaybackCommand)
Initializes a new instance of the PlaybackCommandReceivedEventArgs class.
Declaration
C#Copypublic PlaybackCommandReceivedEventArgs(string clientAppId, MediaControlPlaybackCommand command)
Parameters
Type | Name | Description |
---|---|---|
System.String | clientAppId | The client application id. |
MediaControlPlaybackCommand | command | The playback command. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
System.ArgumentException |
|
API Level: 4
Properties
Declaration
C#Copypublic string ClientAppId { get; }
Property Value
Type | Description |
---|---|
System.String | The client application id. |
API Level: 4
Declaration
C#Copypublic MediaControlPlaybackCommand Command { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackCommand |