[Screen Mirroring] Fix wrong explanation in guide.
authorSangkyu Park <sk1122.park@samsung.com>
Tue, 4 Aug 2015 00:15:46 +0000 (09:15 +0900)
committerSangkyu Park <sk1122.park@samsung.com>
Tue, 4 Aug 2015 00:16:55 +0000 (09:16 +0900)
Change-Id: Idf5a51931d5a025cf9335581aa9c9fd26da6b3ba
Signed-off-by: Sangkyu Park <sk1122.park@samsung.com>
org.tizen.guides/html/native/multimedia/screen_mirroring_n.htm

index d8deaad..efe4cb9 100644 (file)
@@ -52,7 +52,7 @@
    <li>Setting the properties
    <p>You can set the resolution or display for the mirror.</p>
    </li>
-   <li>Monitoring state changes in the screen mirroring source
+   <li>Monitoring state changes in the screen mirroring sink
    <p>To track state changes, you can register a callback with the <span style="font-family: Courier New,Courier,monospace">scmirroring_sink_set_state_changed_cb()</span> function. The callback is triggered when the screen mirroring state changes or an error occurs.</p>
    <p>Since all functions that change the state are synchronous (except for <span style="font-family: Courier New,Courier,monospace">scmirroring_sink_connect()</span>, <span style="font-family: Courier New,Courier,monospace">scmirroring_sink_start()</span>, <span style="font-family: Courier New,Courier,monospace">scmirroring_sink_pause()</span>, and <span style="font-family: Courier New,Courier,monospace">scmirroring_sink_resume()</span>) most function results are passed to the application through the callback mechanism.</p>
    </li>