OSDN Git Service

#xxxxx DTXViewerのプロジェクトを追加。
[dtxmania/dtxmania.git] / DTXViewerプロジェクト / @OggVorbisソリューション / libvorbis-1.3.5 / doc / libvorbis / return.html
1 <html>
2
3 <head>
4 <title>libvorbis - Return Codes</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
7
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>libvorbis documentation</p></td>
12 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
13 </tr>
14 </table>
15
16 <h1>Return Codes</h1>
17
18 <p>
19
20 The following return codes are <tt>#define</tt>d in "vorbis/codec.h" and
21 may be returned by functions from libvorbis, <a
22 href="../vorbisfile/index.html">libvorbisfile</a>, and <a
23 href="../vorbisenc/index.html">libvorbisenc</a>.  Descriptions of a code
24 relevant to a specific function are found in the reference description
25 of that function.
26
27 <dl>
28
29 <dt>OV_FALSE</dt>
30 <dd>Not true, or no data available</dd>
31
32 <dt>OV_HOLE</dt>
33 <dd>Vorbisfile encoutered missing or corrupt data in the bitstream.  Recovery
34 is normally automatic and this return code is for informational purposes only.</dd>
35
36 <dt>OV_EREAD</dt>
37 <dd>Read error while fetching compressed data for decode</dd>
38
39 <dt>OV_EFAULT</dt>
40 <dd>Internal inconsistency in encode or decode state.  Continuing is likely not possible.</dd>
41
42 <dt>OV_EIMPL</dt>
43 <dd>Feature not implemented</dd>
44
45 <dt>OV_EINVAL</dt>
46 <dd>Either an invalid argument, or incompletely initialized argument passed to a call</dd>
47
48 <dt>OV_ENOTVORBIS</dt>
49 <dd>The given file/data was not recognized as Ogg Vorbis data.</dd>
50
51 <dt>OV_EBADHEADER</dt>
52 <dd>The file/data is apparently an Ogg Vorbis stream, but contains a corrupted or undecipherable header.</dd>
53
54 <dt>OV_EVERSION</dt>
55 <dd>The bitstream format revision of the given stream is not supported.</dd>
56
57 <dt>OV_EBADLINK</dt>
58 <dd>The given link exists in the Vorbis data stream, but is not decipherable due to garbacge or corruption.</dd>
59
60 <dt>OV_ENOSEEK</dt>
61 <dd>The given stream is not seekable</dd>
62
63 </dl>
64
65 <br><br>
66 <hr noshade>
67 <table border=0 width=100%>
68 <tr valign=top>
69 <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
70 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
71 </tr><tr>
72 <td><p class=tiny>libvorbis documentation</p></td>
73 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
74 </tr>
75 </table>
76
77 </body>
78
79 </html>