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