speex.def 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. ; speex.def for Meson build. This is identical to
  2. ; win32/libspeex.def but without the LIBRARY directive
  3. ; which is wrong in the case of Meson as it will produce
  4. ; a speex-1.dll with MSVC and a libspeex.dll with MingW.
  5. EXPORTS
  6. ;
  7. ; speex.h
  8. ;
  9. speex_encoder_init
  10. speex_encoder_destroy
  11. speex_encode
  12. speex_encode_int
  13. speex_encoder_ctl
  14. speex_decoder_init
  15. speex_decoder_destroy
  16. speex_decode
  17. speex_decode_int
  18. speex_decoder_ctl
  19. speex_mode_query
  20. speex_lib_ctl
  21. speex_lib_get_mode
  22. ;
  23. ; speex_bits.h
  24. ;
  25. speex_bits_init
  26. speex_bits_init_buffer
  27. speex_bits_set_bit_buffer
  28. speex_bits_destroy
  29. speex_bits_reset
  30. speex_bits_rewind
  31. speex_bits_read_from
  32. speex_bits_read_whole_bytes
  33. speex_bits_write
  34. speex_bits_write_whole_bytes
  35. speex_bits_pack
  36. speex_bits_unpack_signed
  37. speex_bits_unpack_unsigned
  38. speex_bits_nbytes
  39. speex_bits_peek_unsigned
  40. speex_bits_peek
  41. speex_bits_advance
  42. speex_bits_remaining
  43. speex_bits_insert_terminator
  44. ;
  45. ; speex_callbacks.h
  46. ;
  47. speex_inband_handler
  48. speex_std_mode_request_handler
  49. speex_std_high_mode_request_handler
  50. speex_std_char_handler
  51. speex_default_user_handler
  52. speex_std_low_mode_request_handler
  53. speex_std_vbr_request_handler
  54. speex_std_enh_request_handler
  55. speex_std_vbr_quality_request_handler
  56. ;
  57. ; speex_header.h
  58. ;
  59. speex_init_header
  60. speex_header_to_packet
  61. speex_packet_to_header
  62. speex_header_free
  63. ;
  64. ; speex_stereo.h
  65. ;
  66. speex_stereo_state_init
  67. speex_stereo_state_reset
  68. speex_stereo_state_destroy
  69. speex_encode_stereo
  70. speex_encode_stereo_int
  71. speex_decode_stereo
  72. speex_decode_stereo_int
  73. speex_std_stereo_request_handler