File: libao-api.html

package info (click to toggle)
libao 1.0.0-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,212 kB
  • ctags: 641
  • sloc: sh: 9,838; ansic: 4,881; makefile: 255
file content (62 lines) | stat: -rw-r--r-- 2,033 bytes parent folder | download
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
<html>

<head>
<title>libao - Documentation</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>

<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libao documentation</p></td>
<td align=right><p class=tiny>libao version 1.0.0 - 20100325</p></td>
</tr>
</table>

<h1>libao API Reference</h1>

<p>
<b>Data Structures</b><br>
<a href="ao_device.html">ao_device</a><br>
<a href="ao_info.html">ao_info</a><br>
<a href="ao_option.html">ao_option</a><br>
<a href="ao_sample_format.html">ao_sample_format</a><br>
<br>
<b>Library Setup/Teardown</b><br>
<a href="ao_initialize.html">ao_initialize()</a><br>
<a href="ao_shutdown.html">ao_shutdown()</a><br>
<br>
<b>Device Setup/Playback/Teardown</b><br>
<a href="ao_append_option.html">ao_append_option()</a><br>
<a href="ao_append_global_option.html">ao_append_global_option()</a><br>
<a href="ao_free_options.html">ao_free_options()</a><br>
<a href="ao_open_live.html">ao_open_live()</a><br>
<a href="ao_open_file.html">ao_open_file()</a><br>
<a href="ao_play.html">ao_play()</a><br>
<a href="ao_close.html">ao_close()</a><br>
<br>
<b>Driver Information</b><br>
<a href="ao_driver_id.html">ao_driver_id()</a><br>
<a href="ao_default_driver_id.html">ao_default_driver_id()</a><br>
<a href="ao_driver_info.html">ao_driver_info()</a><br>
<a href="ao_driver_info_list.html">ao_driver_info_list()</a><br>
<a href="ao_file_extension.html">ao_file_extension()</a><br>
<br>
<b>Miscellaneous</b><br>
<a href="ao_is_big_endian.html">ao_is_big_endian()</a><br>

<br><br>
<hr noshade>
<table border=0 width=100%>
<tr valign=top>
<td><p class=tiny>copyright &copy; 2001-2003 Stan Seibert, 2010 Monty</p></td>
<td align=right><p class=tiny><a href="http://www.xiph.org/">xiph.org</a><br><a href="mailto:monty@xiph.org">monty@xiph.org</a></p></td>
</tr><tr>
<td><p class=tiny>libao documentation</p></td>
<td align=right><p class=tiny>libao version 1.0.0 - 20100325</p></td>
</tr>
</table>

</body>

</html>