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.2 KB
|
Line | |
---|
1 | ;
|
---|
2 | ; ogg.def
|
---|
3 | ; List of exported functions for Windows builds.
|
---|
4 | ;
|
---|
5 | LIBRARY ogg
|
---|
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 | ogg_stream_pageout_fill
|
---|
67 | ogg_stream_flush_fill
|
---|
68 | ;
|
---|
69 | ogg_page_checksum_set
|
---|
70 | ogg_page_version
|
---|
71 | ogg_page_continued
|
---|
72 | ogg_page_bos
|
---|
73 | ogg_page_eos
|
---|
74 | ogg_page_granulepos
|
---|
75 | ogg_page_serialno
|
---|
76 | ogg_page_pageno
|
---|
77 | ogg_page_packets
|
---|
78 | ogg_packet_clear
|
---|
79 |
|
---|
80 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.