FreeRDP
|
#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/wtsapi.h>
#include <winpr/cmdline.h>
#include <freerdp/freerdp.h>
#include <freerdp/addin.h>
#include <freerdp/client/audin.h>
#include "audin_main.h"
Macros | |
#define | WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE 0x0010 |
Functions | |
static void CALLBACK | waveInProc (HWAVEIN hWaveIn, UINT uMsg, DWORD_PTR dwInstance, DWORD_PTR dwParam1, DWORD_PTR dwParam2) |
static BOOL | log_mmresult (AudinWinmmDevice *winmm, const char *what, MMRESULT result) |
static BOOL | test_format_supported (const PWAVEFORMATEX pwfx) |
static DWORD WINAPI | audin_winmm_thread_func (LPVOID arg) |
static UINT | audin_winmm_free (IAudinDevice *device) |
static UINT | audin_winmm_close (IAudinDevice *device) |
static UINT | audin_winmm_set_format (IAudinDevice *device, const AUDIO_FORMAT *format, UINT32 FramesPerPacket) |
static BOOL | audin_winmm_format_supported (IAudinDevice *device, const AUDIO_FORMAT *format) |
static UINT | audin_winmm_open (IAudinDevice *device, AudinReceive receive, void *user_data) |
static UINT | audin_winmm_parse_addin_args (AudinWinmmDevice *device, const ADDIN_ARGV *args) |
FREERDP_ENTRY_POINT (UINT VCAPITYPE winmm_freerdp_audin_client_subsystem_entry(PFREERDP_AUDIN_DEVICE_ENTRY_POINTS pEntryPoints)) | |
#define WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE 0x0010 |
FreeRDP: A Remote Desktop Protocol Implementation Audio Input Redirection Virtual Channel - WinMM implementation
Copyright 2013 Zhang Zhaolong zhang Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger zl20 13@12 6.co mmarti n.ha imber ger@ thinc ast. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
Function description
|
static |
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
FREERDP_ENTRY_POINT | ( | UINT VCAPITYPE | winmm_freerdp_audin_client_subsystem_entry PFREERDP_AUDIN_DEVICE_ENTRY_POINTS pEntryPoints | ) |
Function description
|
static |
|
static |
|
static |