Line | |
---|
1 | ; $Id: ogg.def 7188 2004-07-20 07:26:04Z xiphmont $ |
---|
2 | ; |
---|
3 | ; ogg.def |
---|
4 | ; |
---|
5 | LIBRARY |
---|
6 | EXPORTS |
---|
7 | ; |
---|
8 | oggpack_writeinit |
---|
9 | oggpack_writetrunc |
---|
10 | oggpack_writealign |
---|
11 | oggpack_writecopy |
---|
12 | oggpack_reset |
---|
13 | oggpack_writeclear |
---|
14 | oggpack_readinit |
---|
15 | oggpack_write |
---|
16 | oggpack_look |
---|
17 | oggpack_look1 |
---|
18 | oggpack_adv |
---|
19 | oggpack_adv1 |
---|
20 | oggpack_read |
---|
21 | oggpack_read1 |
---|
22 | oggpack_bytes |
---|
23 | oggpack_bits |
---|
24 | oggpack_get_buffer |
---|
25 | ; |
---|
26 | oggpackB_writeinit |
---|
27 | oggpackB_writetrunc |
---|
28 | oggpackB_writealign |
---|
29 | oggpackB_writecopy |
---|
30 | oggpackB_reset |
---|
31 | oggpackB_writeclear |
---|
32 | oggpackB_readinit |
---|
33 | oggpackB_write |
---|
34 | oggpackB_look |
---|
35 | oggpackB_look1 |
---|
36 | oggpackB_adv |
---|
37 | oggpackB_adv1 |
---|
38 | oggpackB_read |
---|
39 | oggpackB_read1 |
---|
40 | oggpackB_bytes |
---|
41 | oggpackB_bits |
---|
42 | oggpackB_get_buffer |
---|
43 | ; |
---|
44 | ogg_stream_packetin |
---|
45 | ogg_stream_pageout |
---|
46 | ogg_stream_flush |
---|
47 | ; |
---|
48 | ogg_sync_init |
---|
49 | ogg_sync_clear |
---|
50 | ogg_sync_reset |
---|
51 | ogg_sync_destroy |
---|
52 | ogg_sync_buffer |
---|
53 | ogg_sync_wrote |
---|
54 | ogg_sync_pageseek |
---|
55 | ogg_sync_pageout |
---|
56 | ogg_stream_pagein |
---|
57 | ogg_stream_packetout |
---|
58 | ogg_stream_packetpeek |
---|
59 | ; |
---|
60 | ogg_stream_init |
---|
61 | ogg_stream_clear |
---|
62 | ogg_stream_reset |
---|
63 | ogg_stream_reset_serialno |
---|
64 | ogg_stream_destroy |
---|
65 | ogg_stream_eos |
---|
66 | ; |
---|
67 | ogg_page_checksum_set |
---|
68 | ogg_page_version |
---|
69 | ogg_page_continued |
---|
70 | ogg_page_bos |
---|
71 | ogg_page_eos |
---|
72 | ogg_page_granulepos |
---|
73 | ogg_page_serialno |
---|
74 | ogg_page_pageno |
---|
75 | ogg_page_packets |
---|
76 | ogg_packet_clear |
---|
77 | |
---|
78 | |
---|
Note: See
TracBrowser
for help on using the repository browser.