tizen_screenmirror: add request set_auto_rotation 02/263002/1
authorJunkyeong, Kim <jk0430.kim@samsung.com>
Tue, 24 Aug 2021 10:17:54 +0000 (19:17 +0900)
committerJunkyeong, Kim <jk0430.kim@samsung.com>
Tue, 24 Aug 2021 10:17:58 +0000 (19:17 +0900)
Add new request to support auto rotation for screenmirror.

Change-Id: Ia94285d314b806d80b5db129cffebb9752eb55d4
Signed-off-by: Junkyeong, Kim <jk0430.kim@samsung.com>
protocol/tizen/tizen-extension.xml

index 0b5957a..bae9ee3 100644 (file)
     </event>
   </interface>
 
-  <interface name="tizen_screenshooter" version="1">
+  <interface name="tizen_screenshooter" version="2">
     <description summary="interface for tizen-screenshooter">
       Clients can get a screenmirror object from this interface.
     </description>
 
   </interface>
 
-  <interface name="tizen_screenmirror" version="1">
+  <interface name="tizen_screenmirror" version="2">
     <description summary="interface for screenmirror">
       A client can use this interface to get stream images of screen. Before starting,
       queue all buffers. Then, start a screenmirror. After starting, a dequeued event
         occurs when the screenmirror is stopped eventually
       </description>
     </event>
+
+    <!-- version 2 additions -->
+    <request name="set_auto_rotation" since="2">
+      <description summary="set screenmirror auto rotation value">
+         Client can set auto rotation value for screenmirror.
+      </description>
+      <arg name="set" type="uint"/>
+    </request>
   </interface>
 
   <interface name="tizen_video" version="1">