FreeRDP
rdpsnd_winmm.c File Reference
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <mmsystem.h>
#include <winpr/crt.h>
#include <winpr/cmdline.h>
#include <winpr/sysinfo.h>
#include <freerdp/types.h>
#include <freerdp/channels/log.h>
#include "rdpsnd_main.h"

Functions

static BOOL rdpsnd_winmm_convert_format (const AUDIO_FORMAT *in, WAVEFORMATEX *out)
 
static BOOL rdpsnd_winmm_set_format (rdpsndDevicePlugin *device, const AUDIO_FORMAT *format, UINT32 latency)
 
static DWORD WINAPI waveOutProc (LPVOID lpParameter)
 
static BOOL rdpsnd_winmm_open (rdpsndDevicePlugin *device, const AUDIO_FORMAT *format, UINT32 latency)
 
static void rdpsnd_winmm_close (rdpsndDevicePlugin *device)
 
static void rdpsnd_winmm_free (rdpsndDevicePlugin *device)
 
static BOOL rdpsnd_winmm_format_supported (rdpsndDevicePlugin *device, const AUDIO_FORMAT *format)
 
static UINT32 rdpsnd_winmm_get_volume (rdpsndDevicePlugin *device)
 
static BOOL rdpsnd_winmm_set_volume (rdpsndDevicePlugin *device, UINT32 value)
 
static UINT rdpsnd_winmm_play (rdpsndDevicePlugin *device, const BYTE *data, size_t size)
 
static void rdpsnd_winmm_parse_addin_args (rdpsndDevicePlugin *device, const ADDIN_ARGV *args)
 
 FREERDP_ENTRY_POINT (UINT winmm_freerdp_rdpsnd_client_subsystem_entry(PFREERDP_RDPSND_DEVICE_ENTRY_POINTS pEntryPoints))
 

Function Documentation

◆ FREERDP_ENTRY_POINT()

FREERDP_ENTRY_POINT ( UINT   winmm_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_winmm_close()

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

◆ rdpsnd_winmm_convert_format()

static BOOL rdpsnd_winmm_convert_format ( const AUDIO_FORMAT in,
WAVEFORMATEX *  out 
)
static
Here is the caller graph for this function:

◆ rdpsnd_winmm_format_supported()

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

◆ rdpsnd_winmm_free()

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

◆ rdpsnd_winmm_get_volume()

static UINT32 rdpsnd_winmm_get_volume ( rdpsndDevicePlugin *  device)
static
Here is the caller graph for this function:

◆ rdpsnd_winmm_open()

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

◆ rdpsnd_winmm_parse_addin_args()

static void rdpsnd_winmm_parse_addin_args ( rdpsndDevicePlugin *  device,
const ADDIN_ARGV args 
)
static
Here is the caller graph for this function:

◆ rdpsnd_winmm_play()

static UINT rdpsnd_winmm_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_winmm_set_format()

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

◆ rdpsnd_winmm_set_volume()

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

◆ waveOutProc()

static DWORD WINAPI waveOutProc ( LPVOID  lpParameter)
static
Here is the call graph for this function:
Here is the caller graph for this function: