Blame server/Windows/wf_wasapi.h

Packit Service fa4841
#ifndef FREERDP_SERVER_WIN_WASAPI_H
Packit Service fa4841
#define FREERDP_SERVER_WIN_WASAPI_H
Packit Service fa4841
Packit Service fa4841
#include <freerdp/server/rdpsnd.h>
Packit Service fa4841
#include "wf_interface.h"
Packit Service fa4841
Packit Service fa4841
int wf_rdpsnd_set_latest_peer(wfPeerContext* peer);
Packit Service fa4841
Packit Service fa4841
int wf_wasapi_activate(RdpsndServerContext* context);
Packit Service fa4841
Packit Service fa4841
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR* deviceStr);
Packit Service fa4841
Packit Service fa4841
DWORD WINAPI wf_rdpsnd_wasapi_thread(LPVOID lpParam);
Packit Service fa4841
Packit Service fa4841
#endif /* FREERDP_SERVER_WIN_WASAPI_H */