stream-manager: Add support for stream restriction 45/67645/6 accepted/tizen/common/20160504.125848 accepted/tizen/ivi/20160504.011132 accepted/tizen/mobile/20160504.011038 accepted/tizen/tv/20160504.011057 accepted/tizen/wearable/20160504.011113 submit/tizen/20160503.074218
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 27 Apr 2016 09:45:02 +0000 (18:45 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 29 Apr 2016 04:49:51 +0000 (13:49 +0900)
commit44156fd4e945df49f524ff2bccbcd078e020aeed
tree8d283240d0bdbeac4b1c4644138038a811979932
parent68c5bd3bacf3d13ac34bd00397af51a64d903189
stream-manager: Add support for stream restriction

dbus method is added.
 - name: UpdateRestriction
 - args: name(string[in]), value(uint32[in]), ret_msg(string[out])

We support "block_recording_media" as the name for now.
It can be called when recording streams of media role should be blocked.

[Version] 5.0.49
[Profile] Common
[Issue Type] New feature

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Change-Id: I4f7ef2f3ab7a824456bff57a44fe99a1e6ad284b
Makefile.am
packaging/pulseaudio-modules-tizen.spec
src/stream-manager-priv.h
src/stream-manager-restriction-priv.h [new file with mode: 0644]
src/stream-manager-restriction.c [new file with mode: 0644]
src/stream-manager.c