File: ok_vorbisfile.html

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (187 lines) | stat: -rw-r--r-- 9,040 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<title>ok_vorbisfile</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<div class="container"><div class="navigation">
<ul><li><a href="AllUnits.html">Units</a></li><li><a href="ClassHierarchy.html">Class Hierarchy</a></li><li><a href="AllClasses.html">Classes, Interfaces, Objects and Records</a></li><li><a href="AllTypes.html">Types</a></li><li><a href="AllVariables.html">Variables</a></li><li><a href="AllConstants.html">Constants</a></li><li><a href="AllFunctions.html">Functions and Procedures</a></li><li><a href="AllIdentifiers.html">Identifiers</a></li></ul></div><div class="content">
<h1 class="unit">Unit ok_vorbisfile</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Uses</div><div class="one_section"><a class="section" href="#PasDoc-Classes">Classes, Interfaces, Objects and Records</a></div><div class="one_section">Functions and Procedures</div><div class="one_section"><a class="section" href="#PasDoc-Types">Types</a></div><div class="one_section"><a class="section" href="#PasDoc-Constants">Constants</a></div><div class="one_section"><a class="section" href="#PasDoc-Variables">Variables</a></div></div>
<span id="PasDoc-Description"></span><h2 class="description">Description</h2>
<p>
API of vorbisfile library. Usually libvorbisfile.so under Unixes or vorbisfile.dll under Windows. This is just a quick translation of /usr/include/vorbis/vorbisfile.h header.</p>
<span id="PasDoc-Uses"></span><h2 class="overview">Overview</h2>
<span id="PasDoc-Classes"></span><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
<table class="classestable wide_list">
<tr class="listheader">
<th class="itemname">Name</th>
<th class="itemdesc">Description</th>
</tr>
<tr class="list">
<td class="itemname">Record&nbsp;<a class="bold" href="ok_vorbisfile.Tov_callbacks.html"><code>Tov_callbacks</code></a></td>
<td class="itemdesc">&nbsp;</td>
</tr>
<tr class="list2">
<td class="itemname">Record&nbsp;<a class="bold" href="ok_vorbisfile.TOggVorbis_File.html"><code>TOggVorbis_File</code></a></td>
<td class="itemdesc">&nbsp;</td>
</tr>
</table>
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#TSizeT">TSizeT</a></strong> = LongWord;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#TVorbisFileReadFunc">TVorbisFileReadFunc</a></strong> = function (ptr: Pointer; Size: <a href="ok_vorbisfile.html#TSizeT">TSizeT</a>; nmemb: <a href="ok_vorbisfile.html#TSizeT">TSizeT</a>; DataSource: Pointer): <a href="ok_vorbisfile.html#TSizeT">TSizeT</a>; cdecl;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#TVorbisFileSeekFunc">TVorbisFileSeekFunc</a></strong> = function (DataSource: Pointer; offset: Int64; whence: CInt): CInt; cdecl;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#TVorbisFileCloseFunc">TVorbisFileCloseFunc</a></strong> = function (DataSource: Pointer): CInt; cdecl;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#TVorbisFileTellFunc">TVorbisFileTellFunc</a></strong> = function (DataSource: Pointer): CLong; cdecl;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#Pov_callbacks">Pov_callbacks</a></strong> = &circ;<a href="ok_vorbisfile.Tov_callbacks.html">Tov_callbacks</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#POggVorbis_File">POggVorbis_File</a></strong> = &circ;<a href="ok_vorbisfile.TOggVorbis_File.html">TOggVorbis_File</a>;</code></td>
</tr>
</table>
<span id="PasDoc-Constants"></span><h3 class="summary">Constants</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#NOTOPEN">NOTOPEN</a></strong>   = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#PARTOPEN">PARTOPEN</a></strong>  = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#OPENED">OPENED</a></strong>    = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#STREAMSET">STREAMSET</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#INITSET">INITSET</a></strong>   = 4;</code></td>
</tr>
</table>
<span id="PasDoc-Variables"></span><h3 class="summary">Variables</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#ov_clear">ov_clear</a></strong>: function(Vf: <a href="ok_vorbisfile.html#POggVorbis_File">POggVorbis_File</a>): CInt; cdecl;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="ok_vorbisfile.html#VorbisFileInited">VorbisFileInited</a></strong>: boolean;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Types</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TSizeT"></span><code><strong>TSizeT</strong> = LongWord;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TVorbisFileReadFunc"></span><code><strong>TVorbisFileReadFunc</strong> = function (ptr: Pointer; Size: <a href="ok_vorbisfile.html#TSizeT">TSizeT</a>; nmemb: <a href="ok_vorbisfile.html#TSizeT">TSizeT</a>; DataSource: Pointer): <a href="ok_vorbisfile.html#TSizeT">TSizeT</a>; cdecl;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TVorbisFileSeekFunc"></span><code><strong>TVorbisFileSeekFunc</strong> = function (DataSource: Pointer; offset: Int64; whence: CInt): CInt; cdecl;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TVorbisFileCloseFunc"></span><code><strong>TVorbisFileCloseFunc</strong> = function (DataSource: Pointer): CInt; cdecl;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TVorbisFileTellFunc"></span><code><strong>TVorbisFileTellFunc</strong> = function (DataSource: Pointer): CLong; cdecl;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="Pov_callbacks"></span><code><strong>Pov_callbacks</strong> = &circ;<a href="ok_vorbisfile.Tov_callbacks.html">Tov_callbacks</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="POggVorbis_File"></span><code><strong>POggVorbis_File</strong> = &circ;<a href="ok_vorbisfile.TOggVorbis_File.html">TOggVorbis_File</a>;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<h3 class="detail">Constants</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="NOTOPEN"></span><code><strong>NOTOPEN</strong>   = 0;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="PARTOPEN"></span><code><strong>PARTOPEN</strong>  = 1;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="OPENED"></span><code><strong>OPENED</strong>    = 2;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="STREAMSET"></span><code><strong>STREAMSET</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="INITSET"></span><code><strong>INITSET</strong>   = 4;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<h3 class="detail">Variables</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ov_clear"></span><code><strong>ov_clear</strong>: function(Vf: <a href="ok_vorbisfile.html#POggVorbis_File">POggVorbis_File</a>): CInt; cdecl;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="VorbisFileInited"></span><code><strong>VorbisFileInited</strong>: boolean;</code></td>
</tr>
<tr><td colspan="1">
&nbsp;</td></tr>
</table>
</div></div></body></html>