Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/win32/vorbis.def @ 66

Last change on this file since 66 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 1.1 KB
Line 
1;
2; $Id: vorbis.def 13284 2007-07-20 03:47:48Z tterribe $
3;
4LIBRARY
5EXPORTS
6_floor_P
7_mapping_P
8_residue_P
9;
10vorbis_info_init
11vorbis_info_clear
12vorbis_info_blocksize
13;
14vorbis_comment_init
15vorbis_comment_add
16vorbis_comment_add_tag
17vorbis_comment_query
18vorbis_comment_query_count
19vorbis_comment_clear
20;
21vorbis_block_init
22vorbis_block_clear
23vorbis_dsp_clear
24vorbis_granule_time
25;
26vorbis_analysis_init
27vorbis_commentheader_out
28vorbis_analysis_headerout
29vorbis_analysis_buffer
30vorbis_analysis_wrote
31vorbis_analysis_blockout
32vorbis_analysis
33vorbis_bitrate_addblock
34vorbis_bitrate_flushpacket
35;
36vorbis_synthesis_headerin
37vorbis_synthesis_init
38vorbis_synthesis_restart
39vorbis_synthesis
40vorbis_synthesis_trackonly
41vorbis_synthesis_blockin
42vorbis_synthesis_pcmout
43vorbis_synthesis_lapout
44vorbis_synthesis_read
45vorbis_packet_blocksize
46vorbis_synthesis_halfrate
47vorbis_synthesis_halfrate_p
48vorbis_synthesis_idheader
49;
50vorbis_window
51_analysis_output_always
52vorbis_encode_init
53vorbis_encode_setup_managed
54vorbis_encode_setup_vbr
55vorbis_encode_init_vbr
56vorbis_encode_setup_init
57vorbis_encode_ctl
Note: See TracBrowser for help on using the repository browser.