FreeRDP
|
#include <tsmf_ifman.h>
Data Fields | |
IWTSVirtualChannelCallback * | channel_callback |
const char * | decoder_name |
const char * | audio_name |
const char * | audio_device |
BYTE | presentation_id [16] |
UINT32 | stream_id |
UINT32 | message_id |
wStream * | input |
UINT32 | input_size |
wStream * | output |
BOOL | output_pending |
UINT32 | output_interface_id |
FreeRDP: A Remote Desktop Protocol Implementation Video Redirection Virtual Channel - Interface Manipulation
Copyright 2010-2011 Vic Lee Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti 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.
Definition at line 27 of file tsmf_ifman.h.
const char* TSMF_IFMAN::audio_device |
Definition at line 32 of file tsmf_ifman.h.
const char* TSMF_IFMAN::audio_name |
Definition at line 31 of file tsmf_ifman.h.
IWTSVirtualChannelCallback* TSMF_IFMAN::channel_callback |
Definition at line 29 of file tsmf_ifman.h.
const char* TSMF_IFMAN::decoder_name |
Definition at line 30 of file tsmf_ifman.h.
wStream* TSMF_IFMAN::input |
Definition at line 37 of file tsmf_ifman.h.
UINT32 TSMF_IFMAN::input_size |
Definition at line 38 of file tsmf_ifman.h.
UINT32 TSMF_IFMAN::message_id |
Definition at line 35 of file tsmf_ifman.h.
wStream* TSMF_IFMAN::output |
Definition at line 39 of file tsmf_ifman.h.
UINT32 TSMF_IFMAN::output_interface_id |
Definition at line 41 of file tsmf_ifman.h.
BOOL TSMF_IFMAN::output_pending |
Definition at line 40 of file tsmf_ifman.h.
BYTE TSMF_IFMAN::presentation_id[16] |
Definition at line 33 of file tsmf_ifman.h.
UINT32 TSMF_IFMAN::stream_id |
Definition at line 34 of file tsmf_ifman.h.