FreeRDP
rdpsnd_proxy.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/crt.h>
#include <winpr/stream.h>
#include <winpr/cmdline.h>
#include <winpr/sysinfo.h>
#include <freerdp/types.h>
#include <freerdp/server/rdpsnd.h>
#include <freerdp/client/rdpsnd.h>
#include "rdpsnd_main.h"
#include <freerdp/server/proxy/proxy_context.h>

Macros

#define freerdp_rdpsnd_client_subsystem_entry   FREERDP_API freerdp_rdpsnd_client_subsystem_entry
 

Functions

static BOOL rdpsnd_proxy_open (rdpsndDevicePlugin *device, const AUDIO_FORMAT *format, UINT32 latency)
 
static void rdpsnd_proxy_close (rdpsndDevicePlugin *device)
 
static BOOL rdpsnd_proxy_set_volume (rdpsndDevicePlugin *device, UINT32 value)
 
static void rdpsnd_proxy_free (rdpsndDevicePlugin *device)
 
static BOOL rdpsnd_proxy_format_supported (rdpsndDevicePlugin *device, const AUDIO_FORMAT *format)
 
static UINT rdpsnd_proxy_play (rdpsndDevicePlugin *device, const BYTE *data, size_t size)
 
UINT freerdp_rdpsnd_client_subsystem_entry (PFREERDP_RDPSND_DEVICE_ENTRY_POINTS pEntryPoints)
 

Macro Definition Documentation

◆ freerdp_rdpsnd_client_subsystem_entry

#define freerdp_rdpsnd_client_subsystem_entry   FREERDP_API freerdp_rdpsnd_client_subsystem_entry

Function description

Returns
0 on success, otherwise a Win32 error code

Function Documentation

◆ freerdp_rdpsnd_client_subsystem_entry()

UINT freerdp_rdpsnd_client_subsystem_entry ( PFREERDP_RDPSND_DEVICE_ENTRY_POINTS  pEntryPoints)

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

◆ rdpsnd_proxy_close()

static void rdpsnd_proxy_close ( rdpsndDevicePlugin *  device)
static
Here is the caller graph for this function:

◆ rdpsnd_proxy_format_supported()

static BOOL rdpsnd_proxy_format_supported ( rdpsndDevicePlugin *  device,
const AUDIO_FORMAT format 
)
static
Here is the caller graph for this function:

◆ rdpsnd_proxy_free()

static void rdpsnd_proxy_free ( rdpsndDevicePlugin *  device)
static
Here is the caller graph for this function:

◆ rdpsnd_proxy_open()

static BOOL rdpsnd_proxy_open ( rdpsndDevicePlugin *  device,
const AUDIO_FORMAT format,
UINT32  latency 
)
static
Here is the caller graph for this function:

◆ rdpsnd_proxy_play()

static UINT rdpsnd_proxy_play ( rdpsndDevicePlugin *  device,
const BYTE data,
size_t  size 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdpsnd_proxy_set_volume()

static BOOL rdpsnd_proxy_set_volume ( rdpsndDevicePlugin *  device,
UINT32  value 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: