ext-stb_vorbis.def 903 B

123456789101112131415161718192021222324252627282930
  1. LIBRARY
  2. EXPORTS
  3. ;cat include/stb_vorbis/stb_vorbis.c | grep '^extern' | grep -E -o 'stb_vorbis_.*\(' | sed 's/ *(//' | sed 's/.* //g' | sed 's/(//g'
  4. stb_vorbis_get_info
  5. stb_vorbis_get_comment
  6. stb_vorbis_get_error
  7. stb_vorbis_close
  8. stb_vorbis_get_sample_offset
  9. stb_vorbis_get_file_offset
  10. stb_vorbis_open_pushdata
  11. stb_vorbis_decode_frame_pushdata
  12. stb_vorbis_flush_pushdata
  13. ;stb_vorbis_decode_filename
  14. ;stb_vorbis_decode_memory
  15. ;stb_vorbis_open_memory
  16. ;stb_vorbis_open_filename
  17. ;stb_vorbis_open_file
  18. ;stb_vorbis_open_file_section
  19. ;stb_vorbis_seek_frame
  20. ;stb_vorbis_seek
  21. ;stb_vorbis_seek_start
  22. ;stb_vorbis_stream_length_in_samples
  23. ;stb_vorbis_stream_length_in_seconds
  24. ;stb_vorbis_get_frame_float
  25. ;stb_vorbis_get_frame_short_interleaved
  26. ;stb_vorbis_get_frame_short
  27. ;stb_vorbis_get_samples_float_interleaved
  28. ;stb_vorbis_get_samples_float
  29. ;stb_vorbis_get_samples_short_interleaved
  30. ;stb_vorbis_get_samples_short