2013-02-16 01:53:32 +04:00
|
|
|
#ifndef WF_WASAPI_H
|
|
|
|
#define WF_WASAPI_H
|
|
|
|
|
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
|
|
|
|
|
|
|
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR * deviceStr);
|
|
|
|
|
|
|
|
DWORD WINAPI wf_rdpsnd_wasapi_thread(LPVOID lpParam);
|
2013-02-16 01:53:32 +04:00
|
|
|
|
|
|
|
#endif
|