add 'tizen_video' interface to let clients know the video information that the compos... 93/48293/1 accepted/tizen/mobile/20150918.024546 accepted/tizen/tv/20150918.024557 accepted/tizen/wearable/20150918.024612 submit/tizen/20150917.055555
authorBoram Park <boram1288.park@samsung.com>
Tue, 15 Sep 2015 01:38:41 +0000 (10:38 +0900)
committerBoram Park <boram1288.park@samsung.com>
Thu, 17 Sep 2015 08:12:16 +0000 (17:12 +0900)
Change-Id: Ia1b10ab74039d7e2bed5980395f9dceeba94f195

protocol/tizen-extension.xml

index 36eda85ca66ded1dca24dd80be4da3104a58a18a..3ecbe1e473d3a551b0e22895d0c95a9cc6c36701 100644 (file)
     </enum>
   </interface>
 
+  <interface name="tizen_video" version="1">
+
+    <description summary="interface for tizen-video">
+      Clients can get the video information that the compositor can handle from this interface.
+    </description>
+
+    <event name="format">
+      <description summary="supported format for video">
+        The tbm format codes match the #defines in tbm_surface.h. The formats actually
+        supported by the compositor will be reported by the format event.
+      </description>
+      <arg name="format" type="uint"/>
+    </event>
+
+  </interface>
+
 </protocol>