Class PlaybackCommandReceivedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the PlaybackCommandReceived event.
public class PlaybackCommandReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPlaybackCommandReceivedEventArgs
Constructors
View SourcePlaybackCommandReceivedEventArgs(string, MediaControlPlaybackCommand)
Initializes a new instance of the PlaybackCommandReceivedEventArgs class.
Declaration
public PlaybackCommandReceivedEventArgs(string clientAppId, MediaControlPlaybackCommand command)
Parameters
Type | Name | Description |
---|---|---|
string | clientAppId | The client application id. |
MediaControlPlaybackCommand | command | The playback command. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ArgumentException |
|
Properties
View SourceClientAppId
Gets the application id of the client that sent command.
Declaration
public string ClientAppId { get; }
Property Value
Type | Description |
---|---|
string | The client application id. |
Command
Gets the command.
Declaration
public MediaControlPlaybackCommand Command { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackCommand |