ogg.def 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. ;
  2. ; ogg.def
  3. ; List of exported functions for Windows builds.
  4. ;
  5. ; OpenMPT
  6. ;LIBRARY ogg
  7. LIBRARY
  8. EXPORTS
  9. ;
  10. oggpack_writeinit
  11. oggpack_writetrunc
  12. oggpack_writealign
  13. oggpack_writecopy
  14. oggpack_reset
  15. oggpack_writeclear
  16. oggpack_readinit
  17. oggpack_write
  18. oggpack_look
  19. oggpack_look1
  20. oggpack_adv
  21. oggpack_adv1
  22. oggpack_read
  23. oggpack_read1
  24. oggpack_bytes
  25. oggpack_bits
  26. oggpack_get_buffer
  27. ;
  28. oggpackB_writeinit
  29. oggpackB_writetrunc
  30. oggpackB_writealign
  31. oggpackB_writecopy
  32. oggpackB_reset
  33. oggpackB_writeclear
  34. oggpackB_readinit
  35. oggpackB_write
  36. oggpackB_look
  37. oggpackB_look1
  38. oggpackB_adv
  39. oggpackB_adv1
  40. oggpackB_read
  41. oggpackB_read1
  42. oggpackB_bytes
  43. oggpackB_bits
  44. oggpackB_get_buffer
  45. ;
  46. ogg_stream_packetin
  47. ogg_stream_pageout
  48. ogg_stream_flush
  49. ;
  50. ogg_sync_init
  51. ogg_sync_clear
  52. ogg_sync_reset
  53. ogg_sync_destroy
  54. ogg_sync_buffer
  55. ogg_sync_wrote
  56. ogg_sync_pageseek
  57. ogg_sync_pageout
  58. ogg_stream_pagein
  59. ogg_stream_packetout
  60. ogg_stream_packetpeek
  61. ;
  62. ogg_stream_init
  63. ogg_stream_clear
  64. ogg_stream_reset
  65. ogg_stream_reset_serialno
  66. ogg_stream_destroy
  67. ogg_stream_eos
  68. ogg_stream_pageout_fill
  69. ogg_stream_flush_fill
  70. ;
  71. ogg_page_checksum_set
  72. ogg_page_version
  73. ogg_page_continued
  74. ogg_page_bos
  75. ogg_page_eos
  76. ogg_page_granulepos
  77. ogg_page_serialno
  78. ogg_page_pageno
  79. ogg_page_packets
  80. ogg_packet_clear