15 lines
344 B
C
15 lines
344 B
C
#ifndef WF_WASAPI_H
|
|
#define WF_WASAPI_H
|
|
|
|
#include <freerdp/server/rdpsnd.h>
|
|
#include "wf_interface.h"
|
|
|
|
int wf_rdpsnd_set_latest_peer(wfPeerContext* peer);
|
|
|
|
int wf_wasapi_activate(rdpsnd_server_context* context);
|
|
|
|
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR * deviceStr);
|
|
|
|
DWORD WINAPI wf_rdpsnd_wasapi_thread(LPVOID lpParam);
|
|
|
|
#endif |