2017-06-06 15:01:41 +03:00
|
|
|
#ifndef FREERDP_SERVER_WIN_WASAPI_H
|
|
|
|
#define FREERDP_SERVER_WIN_WASAPI_H
|
2013-02-16 01:53:32 +04:00
|
|
|
|
2013-02-16 03:50:00 +04:00
|
|
|
#include <freerdp/server/rdpsnd.h>
|
|
|
|
#include "wf_interface.h"
|
|
|
|
|
2013-02-19 01:01:37 +04:00
|
|
|
int wf_rdpsnd_set_latest_peer(wfPeerContext* peer);
|
|
|
|
|
2013-08-19 05:52:55 +04:00
|
|
|
int wf_wasapi_activate(RdpsndServerContext* context);
|
2013-02-16 03:50:00 +04:00
|
|
|
|
2019-11-06 17:24:51 +03:00
|
|
|
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR* deviceStr);
|
2013-02-16 03:50:00 +04:00
|
|
|
|
|
|
|
DWORD WINAPI wf_rdpsnd_wasapi_thread(LPVOID lpParam);
|
2013-02-16 01:53:32 +04:00
|
|
|
|
2017-06-06 15:01:41 +03:00
|
|
|
#endif /* FREERDP_SERVER_WIN_WASAPI_H */
|