diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-02-12 11:10:53 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-02-12 11:10:53 +0900 |
commit | 70740cb91024ea9d2eef79e37ea8a757e60ae13b (patch) | |
tree | a8176711a55362d174d5478e1cb6fb18bda1b898 /win32/wasapiout.h | |
parent | 0fd0d1599e4fcc6b142aef0b8fb7b8b77e33ef91 (diff) |
win32: use msvcrt
Diffstat (limited to 'win32/wasapiout.h')
-rw-r--r-- | win32/wasapiout.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/wasapiout.h b/win32/wasapiout.h new file mode 100644 index 0000000..eab9cff --- /dev/null +++ b/win32/wasapiout.h @@ -0,0 +1,10 @@ +#ifndef MYON_WASAPIOUT_H_INCLUDED +#define MYON_WASAPIOUT_H_INCLUDED + +#include "soundout.h" + +struct sound_state *wasapi_init(HWND hwnd, unsigned srate, unsigned sectlen, + sound_callback cbfunc, void *userptr); + +#endif // MYON_WASAPIOUT_H_INCLUDED + |