wfreerdp-server: removed cruft
This commit is contained in:
parent
231eda37cd
commit
be7a84ec72
@ -27,12 +27,6 @@ DEFINE_GUID(IID_IAudioCaptureClient, 0xc8adbd64, 0xe71e, 0x48a0, 0xa4,0xde, 0x18
|
|||||||
LPWSTR devStr = NULL;
|
LPWSTR devStr = NULL;
|
||||||
wfPeerContext* latestPeer = NULL;
|
wfPeerContext* latestPeer = NULL;
|
||||||
|
|
||||||
int wf_wasapi_set_latest_peer(wfPeerContext* peer)
|
|
||||||
{
|
|
||||||
latestPeer = peer;
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int wf_wasapi_activate(rdpsnd_server_context* context)
|
int wf_wasapi_activate(rdpsnd_server_context* context)
|
||||||
{
|
{
|
||||||
wchar_t * pattern = L"Stereo Mix";
|
wchar_t * pattern = L"Stereo Mix";
|
||||||
|
@ -4,9 +4,6 @@
|
|||||||
#include <freerdp/server/rdpsnd.h>
|
#include <freerdp/server/rdpsnd.h>
|
||||||
#include "wf_interface.h"
|
#include "wf_interface.h"
|
||||||
|
|
||||||
//TODO: fix how this is handled
|
|
||||||
int wf_wasapi_set_latest_peer(wfPeerContext* peer);
|
|
||||||
|
|
||||||
int wf_wasapi_activate(rdpsnd_server_context* context);
|
int wf_wasapi_activate(rdpsnd_server_context* context);
|
||||||
|
|
||||||
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR * deviceStr);
|
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR * deviceStr);
|
||||||
|
Loading…
Reference in New Issue
Block a user