video_object: add allowed(disallowed) attribute request 31/127431/5
authorkyoungsik park <kstyle.park@samsung.com>
Thu, 27 Apr 2017 08:13:15 +0000 (17:13 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 10 May 2017 10:57:26 +0000 (19:57 +0900)
Change-Id: Iaf1a50e34a9257701f867a85588e938d2783ad80
Signed-off-by: kyoungsik park <kstyle.park@samsung.com>
protocol/tizen-extension.xml

index 7c718ce..b40272b 100755 (executable)
     </event>
   </interface>
 
-  <interface name="tizen_video" version="1">
+  <interface name="tizen_video" version="2">
 
     <description summary="interface for tizen-video">
       Clients can get the video information that the compositor can handle from this interface.
 
   </interface>
 
-  <interface name="tizen_video_object" version="1">
+  <interface name="tizen_video_object" version="2">
 
     <event name="attribute">
       <arg name="name" type="string"/>
       </description>
     </request>
 
+    <request name="allowed_attribute" since="2">
+      <description summary="allowed_attribute">
+        If tizen_video_object.allowed_attribute is applied to a video_object,
+        set_attribute request will be deliever to tdm backend directly.
+      </description>
+    </request>
+
+    <request name="disallowed_attribute" since="2">
+      <description summary="disallowed_attribute">
+        If tizen_video_object.disallowed_attribute is applied to a video_object,
+        It would be tdm_attribute call when topmost showing.
+      </description>
+    </request>
+
   </interface>
 
   <interface name="tizen_subsurface_watcher" version="1">