X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Multimedia.Remoting%2FMediaController%2FPlaybackCommandReceivedEventArgs.cs;h=a3e8b6d98c43c3109cddcee14ab88a66849f9335;hb=0214e8f5a8fd29c6555d2d5d0b116129b7cdcffd;hp=7d7c3e1946efe46c458bebbebf4cdf66ff19c715;hpb=c39387f1aece82b20f83839d3896f20a7c6ea54c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Multimedia.Remoting/MediaController/PlaybackCommandReceivedEventArgs.cs b/src/Tizen.Multimedia.Remoting/MediaController/PlaybackCommandReceivedEventArgs.cs index 7d7c3e1..a3e8b6d 100644 --- a/src/Tizen.Multimedia.Remoting/MediaController/PlaybackCommandReceivedEventArgs.cs +++ b/src/Tizen.Multimedia.Remoting/MediaController/PlaybackCommandReceivedEventArgs.cs @@ -21,6 +21,8 @@ namespace Tizen.Multimedia.Remoting /// /// Provides data for the event. /// + /// 4 + [Obsolete("Please do not use! This will be deprecated. Please use PlaybackActionCommandReceived instead.")] public class PlaybackCommandReceivedEventArgs : EventArgs { /// @@ -30,6 +32,7 @@ namespace Tizen.Multimedia.Remoting /// The playback command. /// is null. /// is invalid. + /// 4 public PlaybackCommandReceivedEventArgs(string clientAppId, MediaControlPlaybackCommand command) { if (clientAppId == null) @@ -47,12 +50,14 @@ namespace Tizen.Multimedia.Remoting /// Gets the application id of the client that sent command. /// /// The client application id. + /// 4 public string ClientAppId { get; } /// /// Gets the command. /// /// The . + /// 4 public MediaControlPlaybackCommand Command { get; } } } \ No newline at end of file