mirror of https://github.com/FreeRDP/FreeRDP
15 lines
342 B
C
15 lines
342 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(RdpsndServerContext* context);
|
|
|
|
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR * deviceStr);
|
|
|
|
DWORD WINAPI wf_rdpsnd_wasapi_thread(LPVOID lpParam);
|
|
|
|
#endif |