[Web API] change media_key category system to multimedia
authorbg.chun <bg.chun@samsung.com>
Wed, 27 Jan 2016 03:05:24 +0000 (12:05 +0900)
committerbg.chun <bg.chun@samsung.com>
Wed, 27 Jan 2016 03:16:24 +0000 (12:16 +0900)
Change-Id: I5dd549c67b8649005723709df11ea37a93c4d654
Signed-off-by: bg.chun <bg.chun@samsung.com>
org.tizen.guides/html/index.htm
org.tizen.guides/html/web/tizen/multimedia/media_key_w.htm [moved from org.tizen.guides/html/web/tizen/system/media_key_w.htm with 90% similarity]
org.tizen.guides/html/web/tizen/multimedia/multimedia_guide_w.htm
org.tizen.guides/html/web/tizen/system/system_guide_w.htm
org.tizen.guides/index.xml

index 0246729..7acc2d2 100644 (file)
@@ -69,6 +69,7 @@
                                        <ul>
                                                <li><a href="web/tizen/multimedia/fm_radio_w.htm">FM Radio</a></li>
                                                <li><a href="web/tizen/multimedia/media_controller_w.htm">Media Controller</a></li>
+                                               <li><a href="web/tizen/multimedia/media_key_w.htm">Media Key</a></li>
                                                <li><a href="web/tizen/multimedia/sound_w.htm">Sound</a></li>
                                        </ul>
                                </li>   
@@ -91,7 +92,6 @@
                                <li><a href="web/tizen/system/system_guide_w.htm">System</a>
                                        <ul>
                                                <li><a href="web/tizen/system/ham_w.htm">Human Activity Monitor</a></li>
-                                               <li><a href="web/tizen/system/media_key_w.htm">Media Key</a></li>
                                                <li><a href="web/tizen/system/power_w.htm">Power</a></li>
                                                <li><a href="web/tizen/system/sensor_w.htm">Sensor</a></li>
                                                <li><a href="web/tizen/system/system_info_w.htm">System Information</a></li>
@@ -22,7 +22,7 @@
     <div id="toc_border"><div id="toc">\r
         <p class="toc-title">Related Info</p>\r
         <ul class="toc">\r
-            <li><a href="../../../../../org.tizen.tutorials/html/web/tizen/system/media_key_tutorial_w.htm">Media Key Tutorial</a></li>\r
+            <li><a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/media_key_tutorial_w.htm">Media Key Tutorial</a></li>\r
                        <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/tizen/mediakey.html">Media Key API for Mobile Web</a></li>\r
                        <li><a href="../../../../../org.tizen.web.apireference/html/device_api/wearable/tizen/mediakey.html">Media Key API for Wearable Web</a></li>                    \r
         </ul>\r
@@ -36,7 +36,7 @@
 \r
 <p>The Media Key API is optional for both Tizen mobile and wearable profiles, which means that it may not be supported in all mobile and wearable devices. The Media Key API is not supported on any Tizen Emulators.</p> \r
 \r
-    <p>The media keys are used to <a href="../../../../../org.tizen.tutorials/html/web/tizen/system/media_key_tutorial_w.htm#state">control multimedia playback</a>. The user can click keys, such as <strong>PLAY</strong> and <strong>FAST FORWARD</strong>, and you can detect the key clicks in your application and change the playback accordingly.</p>\r
+    <p>The media keys are used to <a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/media_key_tutorial_w.htm#state">control multimedia playback</a>. The user can click keys, such as <strong>PLAY</strong> and <strong>FAST FORWARD</strong>, and you can detect the key clicks in your application and change the playback accordingly.</p>\r
   \r
   <p>The main features of the Media Key API include:</p>\r
   <ul>\r
index 69c5fb8..8e269f6 100644 (file)
@@ -35,6 +35,7 @@
   <p>The main multimedia features are:</p>\r
   <ul>\r
   <li><a href="media_controller_w.htm">Media Controller</a> <p>Enables you to communicate between the media controller server and client.</p></li>\r
+  <li><a href="media_key_w.htm">Media Key</a> <p>Enables you to handle media keys in your application.</p></li>\r
   <li><a href="sound_w.htm">Sound</a> <p>Enables you to control the volume level of several sound types and get information about the current sound mode and the state of the current sound devices.</p></li>  \r
   </ul>\r
   <p>The following guides apply in <strong>mobile applications only</strong>:</p>  \r
index b1f622c..8838af4 100644 (file)
@@ -36,8 +36,7 @@
   <p>The main system features are:</p>
   <ul>
        <li><a href="ham_w.htm">Human Activity Monitor</a> <p>Enables you to access the human activity data from various sensors on the device.</p></li>
-    <li><a href="media_key_w.htm">Media Key</a> <p>Enables you to handle media keys in your application.</p></li>
-    <li><a href="power_w.htm">Power</a> <p>Enables you to access the state of the device power resource.</p></li>
+  <li><a href="power_w.htm">Power</a> <p>Enables you to access the state of the device power resource.</p></li>
        <li><a href="sensor_w.htm">Sensor</a> <p>Enables you to manage sensor data from various sensors on the device.</p></li>
        <li><a href="system_info_w.htm">System Information</a> <p>Enables you to access and monitor various device details, such as battery level, available device storage, version number, model name, and the cellular network being used.</p></li>  
        <li><a href="system_setting_w.htm">System Setting</a> <p>Enables you to access the device wallpaper settings, such as the home screen and lock screen wallpaper image, incoming call ringtone, and email notification tone.</p></li>
index c31aafc..4e9eb81 100644 (file)
@@ -37,6 +37,7 @@
                <topic href="html/web/tizen/multimedia/multimedia_guide_w.htm" label="Multimedia">                              
                        <topic href="html/web/tizen/multimedia/fm_radio_w.htm" label="FM Radio"></topic>
                        <topic href="html/web/tizen/multimedia/media_controller_w.htm" label="Media Controller"></topic>
+                       <topic href="html/web/tizen/multimedia/media_key_w.htm" label="Media Key"></topic>
                        <topic href="html/web/tizen/multimedia/sound_w.htm" label="Sound"></topic>                                      
                </topic>        
                <topic href="html/web/tizen/network/network_guide_w.htm" label="Network">
@@ -53,7 +54,6 @@
                </topic>                                
                <topic href="html/web/tizen/system/system_guide_w.htm" label="System">                                  
                        <topic href="html/web/tizen/system/ham_w.htm" label="Human Activity Monitor"></topic>
-                       <topic href="html/web/tizen/system/media_key_w.htm" label="Media Key"></topic>
                        <topic href="html/web/tizen/system/power_w.htm" label="Power"></topic>
                        <topic href="html/web/tizen/system/sensor_w.htm" label="Sensor"></topic>
                        <topic href="html/web/tizen/system/system_info_w.htm" label="System Information"></topic>