|
static UINT | audin_server_recv_version (audin_server_context *context, wStream *s, const SNDIN_PDU *header) |
|
static UINT | audin_server_recv_formats (audin_server_context *context, wStream *s, const SNDIN_PDU *header) |
|
static UINT | audin_server_recv_open_reply (audin_server_context *context, wStream *s, const SNDIN_PDU *header) |
|
static UINT | audin_server_recv_data_incoming (audin_server_context *context, wStream *s, const SNDIN_PDU *header) |
|
static UINT | audin_server_recv_data (audin_server_context *context, wStream *s, const SNDIN_PDU *header) |
|
static UINT | audin_server_recv_format_change (audin_server_context *context, wStream *s, const SNDIN_PDU *header) |
|
static DWORD WINAPI | audin_server_thread_func (LPVOID arg) |
|
static BOOL | audin_server_open (audin_server_context *context) |
|
static BOOL | audin_server_is_open (audin_server_context *context) |
|
static BOOL | audin_server_close (audin_server_context *context) |
|
static wStream * | audin_server_packet_new (wLog *log, size_t size, BYTE MessageId) |
|
static UINT | audin_server_packet_send (audin_server_context *context, wStream *s) |
|
static UINT | audin_server_send_version (audin_server_context *context, const SNDIN_VERSION *version) |
|
static UINT | audin_server_send_formats (audin_server_context *context, const SNDIN_FORMATS *formats) |
|
static UINT | audin_server_send_open (audin_server_context *context, const SNDIN_OPEN *open) |
|
static UINT | audin_server_send_format_change (audin_server_context *context, const SNDIN_FORMATCHANGE *format_change) |
|
static UINT | audin_server_receive_version_default (audin_server_context *audin_ctx, const SNDIN_VERSION *version) |
|
static UINT | send_open (audin_server *audin) |
|
static UINT | audin_server_receive_formats_default (audin_server_context *context, const SNDIN_FORMATS *formats) |
|
static UINT | audin_server_receive_format_change_default (audin_server_context *context, const SNDIN_FORMATCHANGE *format_change) |
|
static UINT | audin_server_incoming_data_default (audin_server_context *context, const SNDIN_DATA_INCOMING *data_incoming) |
|
static UINT | audin_server_open_reply_default (audin_server_context *context, const SNDIN_OPEN_REPLY *open_reply) |
|
audin_server_context * | audin_server_context_new (HANDLE vcm) |
|
void | audin_server_context_free (audin_server_context *context) |
|
BOOL | audin_server_set_formats (audin_server_context *context, SSIZE_T count, const AUDIO_FORMAT *formats) |
| sets the supported audio formats for AUDIN server channel context. More...
|
|
const AUDIO_FORMAT * | audin_server_get_negotiated_format (const audin_server_context *context) |
|
FreeRDP: A Remote Desktop Protocol Implementation Server Audio Input Virtual Channel
Copyright 2012 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 2022 Pascal Nowack Pasca.nosp@m.l.No.nosp@m.wack@.nosp@m.gmx..nosp@m.de
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.