</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">