aboutsummaryrefslogtreecommitdiff
path: root/win32/wasapiout.h
blob: eab9cff67bb99bff46641c0ab8c14985f9571d87 (plain)
1
2
3
4
5
6
7
8
9
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