ext-vorbis.def 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. LIBRARY
  2. EXPORTS
  3. ;include/vorbis $ cat *.h | grep extern | grep -v '^extern "C"' | tr '(' ' ' | sed 's/const /const_/g' | awk '{print $3;}' | sed 's/\*//g' | sort
  4. ov_bitrate
  5. ov_bitrate_instant
  6. ov_clear
  7. ov_comment
  8. ov_crosslap
  9. ov_fopen
  10. ov_halfrate
  11. ov_halfrate_p
  12. ov_info
  13. ov_open
  14. ov_open_callbacks
  15. ov_pcm_seek
  16. ov_pcm_seek_lap
  17. ov_pcm_seek_page
  18. ov_pcm_seek_page_lap
  19. ov_pcm_tell
  20. ov_pcm_total
  21. ov_raw_seek
  22. ov_raw_seek_lap
  23. ov_raw_tell
  24. ov_raw_total
  25. ov_read
  26. ov_read_filter
  27. ov_read_float
  28. ov_seekable
  29. ov_serialnumber
  30. ov_streams
  31. ov_test
  32. ov_test_callbacks
  33. ov_test_open
  34. ov_time_seek
  35. ov_time_seek_lap
  36. ov_time_seek_page
  37. ov_time_seek_page_lap
  38. ov_time_tell
  39. ov_time_total
  40. vorbis_analysis
  41. vorbis_analysis_blockout
  42. vorbis_analysis_buffer
  43. vorbis_analysis_headerout
  44. vorbis_analysis_init
  45. vorbis_analysis_wrote
  46. vorbis_bitrate_addblock
  47. vorbis_bitrate_flushpacket
  48. vorbis_block_clear
  49. vorbis_block_init
  50. vorbis_comment_add
  51. vorbis_comment_add_tag
  52. vorbis_comment_clear
  53. vorbis_commentheader_out
  54. vorbis_comment_init
  55. vorbis_comment_query
  56. vorbis_comment_query_count
  57. vorbis_dsp_clear
  58. vorbis_encode_ctl
  59. vorbis_encode_init
  60. vorbis_encode_init_vbr
  61. vorbis_encode_setup_init
  62. vorbis_encode_setup_managed
  63. vorbis_encode_setup_vbr
  64. vorbis_granule_time
  65. vorbis_info_blocksize
  66. vorbis_info_clear
  67. vorbis_info_init
  68. vorbis_packet_blocksize
  69. vorbis_synthesis
  70. vorbis_synthesis_blockin
  71. vorbis_synthesis_halfrate
  72. vorbis_synthesis_halfrate_p
  73. vorbis_synthesis_headerin
  74. vorbis_synthesis_idheader
  75. vorbis_synthesis_init
  76. vorbis_synthesis_lapout
  77. vorbis_synthesis_pcmout
  78. vorbis_synthesis_read
  79. vorbis_synthesis_restart
  80. vorbis_synthesis_trackonly
  81. vorbis_version_string