summaryrefslogtreecommitdiff
path: root/html/apireference.html
blob: 4cf61487e53cffc8bdb6cf43d060dee7482abbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tizen IVI API</title>
<link media="screen" href="./tizen.css" type="text/css" rel="stylesheet">
</head>

<body id="content" marginwidth="10" marginheight="10">
    <div id="title" class="api">
        <h1>Tizen IVI API Reference</h1>
        <div class="brief">
            <p>The Tizen IVI API based on JavaScript provides you advanced access to the IVI specific modules.</p>
        </div>
            <h4 id="Tizen">Tizen IVI</h4>
            <table width="90%">
                <thead>
                    <tr>
                        <th style="width: 20%">API</th>
                        <th>Description</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td style="width: 20%"><a href="Locale.html"
                            data-origin="ivi" data-domain="system" data-category="core"
                            data-status="S" data-version=""> Locale </a></td>
                        <td>Locale feature is implemented by SystemSeting API. This
                            reference updates the SystemSetting API specifications.</td>
                    </tr>
                    <tr>
                        <td style="width: 20%"><a href="MediaServer.html"
                            data-origin="ivi" data-domain="system" data-category="core"
                            data-status="S" data-version=""> MediaServer </a></td>
                        <td>This reference provides the MediaServer API
                            specifications.</td>
                    </tr>
                    <tr>
                        <td style="width: 20%"><a href="Speech.html"
                            data-origin="ivi" data-domain="system" data-category="core"
                            data-status="S" data-version=""> Speech </a></td>
                        <td>This reference provides the Speech API specifications.</td>
                    </tr>
                    <tr>
                        <td style="width: 20%"><a href="Vehicle.html"
                            data-origin="ivi" data-domain="system" data-category="core"
                            data-status="S" data-version=""> Vehicle </a></td>
                        <td>This reference provides the Vehicle API specifications.</td>
                    </tr>
                </tbody>
            </table>
                <!--start-->
                <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>
                <!--end-->

        <div id="footer">
            <div class="copyright" align="center">
                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>.
            </div>
        </div>
        </div>
</body>
</html>