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