[MediaController] Add new APIs for sending command and its callback (#396)
authorhsgwon <haesu.gwon@samsung.com>
Fri, 14 Sep 2018 05:41:57 +0000 (14:41 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Sep 2018 05:41:57 +0000 (14:41 +0900)
commit0214e8f5a8fd29c6555d2d5d0b116129b7cdcffd
treed85d5d43be4b3a1f722467953a92feb12bdf9ff9
parent3af552a3cdca614e5244369f86f5e943f7250c0a
[MediaController] Add new APIs for sending command and its callback (#396)

[MediaController] Add new APIs for sending command and its callback
28 files changed:
src/Tizen.Multimedia.Remoting/Interop/Interop.MediaControllerClient.cs
src/Tizen.Multimedia.Remoting/Interop/Interop.MediaControllerPlaylist.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/Interop/Interop.MediaControllerServer.cs
src/Tizen.Multimedia.Remoting/MediaController/CommandCompletedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/CustomCommandReceivedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/EnumExtensions.cs
src/Tizen.Multimedia.Remoting/MediaController/InternalEnums.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControlCommand.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/MediaControlMetadata.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControlPlaybackCommand.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControlPlaybackState.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControlPlaylist.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/MediaControlServer.Events.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/MediaControlServer.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaController.Events.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/MediaController.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControllerError.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControllerManager.Events.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControllerManager.cs
src/Tizen.Multimedia.Remoting/MediaController/MediaControllerPlaylistMode.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/MediaControllerRepeatMode.cs
src/Tizen.Multimedia.Remoting/MediaController/PlaybackActionCommandReceivedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/PlaybackCommandReceivedEventArgs.cs
src/Tizen.Multimedia.Remoting/MediaController/PlaybackPositionCommandReceivedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/PlaylistCommandReceivedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/PlaylistUpdatedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/RepeatModeCommandReceivedEventArgs.cs [new file with mode: 0644]
src/Tizen.Multimedia.Remoting/MediaController/ShuffleModeCommandReceivedEventArgs.cs [new file with mode: 0644]