Audio services: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
|- | |- | ||
| 1 || [[#OpenAudioOut]] | | 1 || [[#OpenAudioOut]] | ||
|- | |||
| 2 || [[#ListAudioOutsEx]] | |||
|- | |||
| 3 || [[#OpenAudioOutEx]] | |||
|} | |} | ||
| Line 38: | Line 42: | ||
| 6 || ADPCM | | 6 || ADPCM | ||
|} | |} | ||
== ListAudioOutsEx == | |||
Same as [[#ListAudioOuts]], but takes a type-0x22 output buffer instead. | |||
== OpenAudioOutEx == | |||
Same as [[#OpenAudioOut]], but takes a type-0x21 input buffer instead. | |||
== IAudioOut == | == IAudioOut == | ||