Last change
on this file since 96360 was 96360, checked in by vboxsync, 2 years ago |
libogg, libvorbis: export to OSE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | <html>
|
---|
2 |
|
---|
3 | <head>
|
---|
4 | <title>libogg - datatype - ogg_iovec_t</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>libogg documentation</p></td>
|
---|
12 | <td align=right><p class=tiny>libogg release 1.3.5 - 20210603</p></td>
|
---|
13 | </tr>
|
---|
14 | </table>
|
---|
15 |
|
---|
16 | <h1>ogg_iovec_t</h1>
|
---|
17 |
|
---|
18 | <p><i>declared in "ogg/ogg.h"</i></p>
|
---|
19 |
|
---|
20 | <p>
|
---|
21 | The ogg_iovec_t struct encapsulates a length-encoded buffer. An array
|
---|
22 | of ogg_iovec_t is used to pass a list of buffers to functions that
|
---|
23 | accept data in ogg_iovec_t* form.
|
---|
24 | <p>
|
---|
25 |
|
---|
26 | <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
|
---|
27 | <tr bgcolor=#cccccc>
|
---|
28 | <td>
|
---|
29 | <pre><b>
|
---|
30 | typedef struct {
|
---|
31 | void *iov_base;
|
---|
32 | size_t iov_len;
|
---|
33 | } ogg_iovec_t;
|
---|
34 | </b></pre>
|
---|
35 | </td>
|
---|
36 | </tr>
|
---|
37 | </table>
|
---|
38 |
|
---|
39 | <h3>Relevant Struct Members</h3>
|
---|
40 | <dl>
|
---|
41 | <dt><i>iov_base</i></dt>
|
---|
42 | <dd>Pointer to the buffer data.</dd>
|
---|
43 | <dt><i>iov_len</i></dt>
|
---|
44 | <dd>Length of buffer data in bytes.</dd>
|
---|
45 | </dl>
|
---|
46 |
|
---|
47 |
|
---|
48 | <br><br>
|
---|
49 | <hr noshade>
|
---|
50 | <table border=0 width=100%>
|
---|
51 | <tr valign=top>
|
---|
52 | <td><p class=tiny>copyright © 2000-2021 Xiph.Org Foundation</p></td>
|
---|
53 | <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
|
---|
54 | </tr><tr>
|
---|
55 | <td><p class=tiny>libogg documentation</p></td>
|
---|
56 | <td align=right><p class=tiny>libogg release 1.3.5 - 20210603</p></td>
|
---|
57 | </tr>
|
---|
58 | </table>
|
---|
59 |
|
---|
60 | </body>
|
---|
61 |
|
---|
62 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.