|
static BOOL | audin_process_addin_args (AUDIN_PLUGIN *audin, const ADDIN_ARGV *args) |
|
static UINT | audin_channel_write_and_free (AUDIN_CHANNEL_CALLBACK *callback, wStream *out, BOOL freeStream) |
|
static UINT | audin_process_version (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | audin_send_incoming_data_pdu (AUDIN_CHANNEL_CALLBACK *callback) |
|
static UINT | audin_process_formats (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | audin_send_format_change_pdu (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback, UINT32 NewFormat) |
|
static UINT | audin_send_open_reply_pdu (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback, UINT32 Result) |
|
static UINT | audin_receive_wave_data (const AUDIO_FORMAT *format, const BYTE *data, size_t size, void *user_data) |
|
static BOOL | audin_open_device (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback) |
|
static UINT | audin_process_open (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | audin_process_format_change (AUDIN_PLUGIN *audin, AUDIN_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | audin_on_data_received (IWTSVirtualChannelCallback *pChannelCallback, wStream *data) |
|
static UINT | audin_on_close (IWTSVirtualChannelCallback *pChannelCallback) |
|
static UINT | audin_on_new_channel_connection (IWTSListenerCallback *pListenerCallback, IWTSVirtualChannel *pChannel, BYTE *Data, BOOL *pbAccept, IWTSVirtualChannelCallback **ppCallback) |
|
static UINT | audin_plugin_initialize (IWTSPlugin *pPlugin, IWTSVirtualChannelManager *pChannelMgr) |
|
static UINT | audin_plugin_terminated (IWTSPlugin *pPlugin) |
|
static UINT | audin_plugin_attached (IWTSPlugin *pPlugin) |
|
static UINT | audin_plugin_detached (IWTSPlugin *pPlugin) |
|
static UINT | audin_register_device_plugin (IWTSPlugin *pPlugin, IAudinDevice *device) |
|
static UINT | audin_load_device_plugin (AUDIN_PLUGIN *audin, const char *name, const ADDIN_ARGV *args) |
|
static UINT | audin_set_subsystem (AUDIN_PLUGIN *audin, const char *subsystem) |
|
static UINT | audin_set_device_name (AUDIN_PLUGIN *audin, const char *device_name) |
|
UINT | audin_DVCPluginEntry (IDRDYNVC_ENTRY_POINTS *pEntryPoints) |
|
#define SNDIN_VERSION 0x02 |
FreeRDP: A Remote Desktop Protocol Implementation Audio Input Redirection Virtual Channel
Copyright 2010-2011 Vic Lee Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com Copyright 2015 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m
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.