tizen_video_object: add request follow_topmost_visibility 09/112809/3
authorkyoungsik park <kstyle.park@samsung.com>
Fri, 3 Feb 2017 02:03:20 +0000 (11:03 +0900)
committerkyoungsik park <kstyle.park@samsung.com>
Fri, 3 Feb 2017 04:23:56 +0000 (20:23 -0800)
Change-Id: I3833e770453248844255bac82fb8021dd5cc750d
Signed-off-by: kyoungsik park <kstyle.park@samsung.com>
protocol/tizen-extension.xml [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0008a8a..303d3b1
       <arg name="value" type="int"/>
     </request>
 
+    <request name="follow_topmost_visibility">
+      <description summary="follow mute control change of a topmost surface">
+        If tizen_video_object.follow_topmost_visibility is applied to a video_object,
+        It will be video mute control based on topmost visibility.
+      </description>
+    </request>
+
+    <request name="unfollow_topmost_visibility">
+      <description summary="unfollow mute control change of a topmost surface">
+        If tizen_video_object.unfollow_topmost_visibility is applied to a video_object,
+        It will not be video mute control based on topmost visibility.
+      </description>
+    </request>
+
   </interface>
 
   <interface name="tizen_subsurface_watcher" version="1">