[SAMPLE APP][Stream-player] Overview added
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Tue, 15 Dec 2015 11:09:33 +0000 (12:09 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Mon, 21 Dec 2015 20:03:33 +0000 (21:03 +0100)
Change-Id: If9f2e6655b02bcdde4cac33e6f538b098be8d470
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
org.tizen.sampledescriptions/html/images/stream-player/stream-player-application-view.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/mobile_n/stream-player-mn.html [new file with mode: 0644]

diff --git a/org.tizen.sampledescriptions/html/images/stream-player/stream-player-application-view.png b/org.tizen.sampledescriptions/html/images/stream-player/stream-player-application-view.png
new file mode 100644 (file)
index 0000000..a824433
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/stream-player/stream-player-application-view.png differ
diff --git a/org.tizen.sampledescriptions/html/mobile_n/stream-player-mn.html b/org.tizen.sampledescriptions/html/mobile_n/stream-player-mn.html
new file mode 100644 (file)
index 0000000..ef6dbc3
--- /dev/null
@@ -0,0 +1,70 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+       <meta http-equiv="X-UA-Compatible" content="IE=9" />
+       <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
+       <script type="text/javascript" src="../scripts/snippet.js"></script>
+       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
+       <title>Stream-Player Sample Overview</title>
+</head>
+
+<body class="no-toc" onload="prettyPrint()" style="overflow: auto;">
+
+<div id="toc-navigation"></div>
+
+<div id="container"><div id="contents"><div class="content">
+       <div id="profile">
+               <p><img alt="Mobile native" src="../images/mn_icon.png"/></p>
+       </div>
+
+<!-- ********************************************************************************** -->
+
+       <h1>Stream-Player Sample Overview</h1>
+       <p>This sample demonstrates how to use the Player API to play audio and video files as well as stream media files from the Web.</p>
+
+       <p>     The figure below illustrates the application's view.</p>
+       <p class="figure">Figure: Stream-Player application's screen</p>
+<p id="app-screenshot" style="text-align:center;">
+       <img alt="Application screen" height="364" hspace="20" src="../images/stream-player/stream-player-application-view.png" />
+</p>
+
+<p>The sample application's user interface consists of a single view divided into the following sections:
+       <ul>
+               <li>Toolbar - Allows the user to choose a file to be played, display information about the file, or capture a screenshot from the played video;</li>
+               <li>Option Panel - Allows the user to set the volume level, switch the mute option or switch the looping mode;</li>
+               <li>Playback options area - Allows the user to set the play, pause and stop options. It also allows to use the seek and playback rate options;</li>
+               <li>Display / Album art area - The played video or album art of a music file is displayed here. Note that if the music file does not provide any album art, a musical note image is displayed instead.</li>
+       </ul>
+</p>
+
+
+<!-- ********************************************************************************** -->
+
+<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../scripts/showhide.js"></script>
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>
+
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
+</script>
+
+</body>
+</html>