Class PlaybackCommandReceivedEventArgs
Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 4
Provides data for the PlaybackCommandReceived event.
[Obsolete("Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.")]
public class PlaybackCommandReceivedEventArgs : EventArgs
- Inheritance
Constructors
View SourcePlaybackCommandReceivedEventArgs(String, MediaControlPlaybackCommand)
Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.
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 |
---|---|
ArgumentNullException |
|
ArgumentException |
|
API Level: 4
Properties
View SourceClientAppId
Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.
Gets the application id of the client that sent command.
Declaration
public string ClientAppId { get; }
Property Value
Type | Description |
---|---|
String | The client application id. |
API Level: 4
View SourceCommand
Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.
Gets the command.
Declaration
public MediaControlPlaybackCommand Command { get; }
Property Value
Type | Description |
---|---|
MediaControlPlaybackCommand |