From 838144a8e6daa1cfdff69ec2dbe5ee14f4108d53 Mon Sep 17 00:00:00 2001 From: "Junkyeong, Kim" Date: Tue, 24 Aug 2021 19:17:54 +0900 Subject: [PATCH] tizen_screenmirror: add request set_auto_rotation Add new request to support auto rotation for screenmirror. Change-Id: Ia94285d314b806d80b5db129cffebb9752eb55d4 Signed-off-by: Junkyeong, Kim --- protocol/tizen/tizen-extension.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index 0b5957a..bae9ee3 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -771,7 +771,7 @@ - + Clients can get a screenmirror object from this interface. @@ -815,7 +815,7 @@ - + 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 @@ -873,6 +873,14 @@ occurs when the screenmirror is stopped eventually + + + + + Client can set auto rotation value for screenmirror. + + + -- 2.7.4