Version_script.in 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # Export file for libvorbisidec
  3. #
  4. # Only the symbols listed in the global section will be callable from
  5. # applications linking to libvorbisidec.
  6. #
  7. @[email protected]
  8. {
  9. global:
  10. ov_clear;
  11. ov_open;
  12. ov_open_callbacks;
  13. ov_test;
  14. ov_test_callbacks;
  15. ov_test_open;
  16. ov_bitrate;
  17. ov_bitrate_instant;
  18. ov_streams;
  19. ov_seekable;
  20. ov_serialnumber;
  21. ov_raw_total;
  22. ov_pcm_total;
  23. ov_time_total;
  24. ov_raw_seek;
  25. ov_pcm_seek;
  26. ov_pcm_seek_page;
  27. ov_time_seek;
  28. ov_time_seek_page;
  29. ov_raw_tell;
  30. ov_pcm_tell;
  31. ov_time_tell;
  32. ov_info;
  33. ov_comment;
  34. ov_read;
  35. vorbis_info_init;
  36. vorbis_info_clear;
  37. vorbis_info_blocksize;
  38. vorbis_comment_init;
  39. vorbis_comment_add;
  40. vorbis_comment_add_tag;
  41. vorbis_comment_query;
  42. vorbis_comment_query_count;
  43. vorbis_comment_clear;
  44. vorbis_block_init;
  45. vorbis_block_clear;
  46. vorbis_dsp_clear;
  47. vorbis_synthesis_idheader;
  48. vorbis_synthesis_headerin;
  49. vorbis_synthesis_init;
  50. vorbis_synthesis_restart;
  51. vorbis_synthesis;
  52. vorbis_synthesis_trackonly;
  53. vorbis_synthesis_blockin;
  54. vorbis_synthesis_pcmout;
  55. vorbis_synthesis_read;
  56. vorbis_packet_blocksize;
  57. local:
  58. *;
  59. };