Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
2.5 KiB

  1. LIBRARY AVWAV
  2. EXPORTS
  3. ; AcmInit
  4. ; AcmTerm
  5. ; AcmFormatGetSizeMax
  6. ; AcmFormatChooseEx
  7. ; AcmFormatSuggestEx
  8. ; AcmFormatGetText
  9. ; AcmConvertInit
  10. ; AcmConvertTerm
  11. ; AcmConvertGetSizeSrc
  12. ; AcmConvertGetSizeDst
  13. ; AcmConvert
  14. ; AcmDriverLoad
  15. ; AcmDriverUnload
  16. ;
  17. ; AWavOpen
  18. ; AWavClose
  19. ; AWavPlayEx
  20. ; AWavStop
  21. ; AWavGetState
  22. ; AWavGetLength
  23. ; AWavGetPosition
  24. ; AWavSetPosition
  25. ; AWavGetFormat
  26. ; AWavSetFormat
  27. ; AWavChooseFormat
  28. ; AWavSetVolume
  29. ; AWavSupportsVolume
  30. ; AWavGetSpeed
  31. ; AWavSetSpeed
  32. ; AWavSupportsSpeed
  33. ; AWavGetChunks
  34. ; AWavSetChunks
  35. ; AWavCopy
  36. ; AWavGetOutputDevice
  37. ; AWavGetInputDevice
  38. ;
  39. ; StreamIOProc
  40. ;
  41. WavInit
  42. WavTerm
  43. WavOpen
  44. WavClose
  45. WavPlay
  46. ; WavPlayEx
  47. WavRecord
  48. ; WavRecordEx
  49. WavStop
  50. ; WavRead
  51. ; WavWrite
  52. ; WavSeek
  53. ; WavGetState
  54. ; WavGetLength
  55. ; WavSetLength
  56. ; WavGetPosition
  57. ; WavSetPosition
  58. ; WavGetFormat
  59. ; WavChooseFormat
  60. ; WavGetVolume
  61. ; WavSetVolume
  62. ; WavSupportsVolume
  63. ; WavGetSpeed
  64. ; WavSetSpeed
  65. ; WavSupportsSpeed
  66. ; WavGetChunks
  67. ; WavSetChunks
  68. ; WavCalcChunkSize
  69. ; WavCopy
  70. ; WavReadFormatPlay
  71. ; WavWriteFormatRecord
  72. ; WavGetOutputDevice
  73. ; WavGetInputDevice
  74. ; WavPlaySound
  75. ; WavSendMessage
  76. ;
  77. ; WavFormatPcm
  78. ; WavFormatAlloc
  79. ; WavFormatDup
  80. ; WavFormatFree
  81. ; WavFormatIsValid
  82. ; WavFormatCmp
  83. ; WavFormatCopy
  84. ; WavFormatGetSize
  85. ; WavFormatDump
  86. ; WavFormatBytesToMilleseconds
  87. ; WavFormatMillesecondsToBytes
  88. ; WavFormatSpeedAdjust
  89. ; WavFormatVoxadpcm
  90. ; WavFormatMulaw
  91. ; WavFormatAlaw
  92. ;
  93. ; WavInGetDeviceCount
  94. ; WavInDeviceIsOpen
  95. ; WavInOpen
  96. ; WavInClose
  97. ; WavInRecord
  98. ; WavInStop
  99. ; WavInGetState
  100. ; WavInGetPosition
  101. ; WavInGetId
  102. ; WavInGetName
  103. WavInGetIdByName
  104. ; WavInSupportsFormat
  105. ; WavInFormatSuggest
  106. ; WavInTerm
  107. ;
  108. WavMixerInit
  109. WavMixerTerm
  110. WavMixerSupportsVolume
  111. WavMixerGetVolume
  112. WavMixerSetVolume
  113. WavMixerSupportsLevel
  114. WavMixerGetLevel
  115. ;
  116. ; WavOutGetDeviceCount
  117. ; WavOutDeviceIsOpen
  118. ; WavOutClose
  119. ; WavOutPlay
  120. ; WavOutStop
  121. ; WavOutPause
  122. ; WavOutResume
  123. ; WavOutGetState
  124. ; WavOutGetPosition
  125. ; WavOutGetId
  126. ; WavOutGetName
  127. WavOutGetIdByName
  128. ; WavOutSupportsFormat
  129. ; WavOutFormatSuggest
  130. ; WavOutIsSynchronous
  131. ; WavOutSupportsVolume
  132. ; WavOutSupportsSpeed
  133. ; WavOutSupportsPitch
  134. ; WavOutGetVolume
  135. ; WavOutSetVolume
  136. ; WavOutSetSpeed
  137. ; WavOutGetPitch
  138. ; WavOutSetPitch
  139. ; WavOutTerm