FreeRDP
|
#include <shadow_encoder.h>
Data Fields | |
rdpShadowClient * | client |
rdpShadowServer * | server |
UINT32 | width |
UINT32 | height |
UINT32 | codecs |
BYTE ** | grid |
UINT32 | gridWidth |
UINT32 | gridHeight |
BYTE * | gridBuffer |
UINT32 | maxTileWidth |
UINT32 | maxTileHeight |
wStream * | bs |
RFX_CONTEXT * | rfx |
NSC_CONTEXT * | nsc |
BITMAP_PLANAR_CONTEXT * | planar |
BITMAP_INTERLEAVED_CONTEXT * | interleaved |
H264_CONTEXT * | h264 |
PROGRESSIVE_CONTEXT * | progressive |
UINT32 | fps |
UINT32 | maxFps |
BOOL | frameAck |
UINT32 | frameId |
UINT32 | lastAckframeId |
UINT32 | queueDepth |
FreeRDP: A Remote Desktop Protocol Implementation
Copyright 2014 Marc-Andre Moreau marca ndre .more au@g mail. 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 30 of file shadow_encoder.h.
wStream* rdpShadowEncoder::bs |
Definition at line 46 of file shadow_encoder.h.
rdpShadowClient* rdpShadowEncoder::client |
Definition at line 32 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::codecs |
Definition at line 37 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::fps |
Definition at line 55 of file shadow_encoder.h.
BOOL rdpShadowEncoder::frameAck |
Definition at line 57 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::frameId |
Definition at line 58 of file shadow_encoder.h.
BYTE** rdpShadowEncoder::grid |
Definition at line 39 of file shadow_encoder.h.
BYTE* rdpShadowEncoder::gridBuffer |
Definition at line 42 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::gridHeight |
Definition at line 41 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::gridWidth |
Definition at line 40 of file shadow_encoder.h.
H264_CONTEXT* rdpShadowEncoder::h264 |
Definition at line 52 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::height |
Definition at line 36 of file shadow_encoder.h.
BITMAP_INTERLEAVED_CONTEXT* rdpShadowEncoder::interleaved |
Definition at line 51 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::lastAckframeId |
Definition at line 59 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::maxFps |
Definition at line 56 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::maxTileHeight |
Definition at line 44 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::maxTileWidth |
Definition at line 43 of file shadow_encoder.h.
NSC_CONTEXT* rdpShadowEncoder::nsc |
Definition at line 49 of file shadow_encoder.h.
BITMAP_PLANAR_CONTEXT* rdpShadowEncoder::planar |
Definition at line 50 of file shadow_encoder.h.
PROGRESSIVE_CONTEXT* rdpShadowEncoder::progressive |
Definition at line 53 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::queueDepth |
Definition at line 60 of file shadow_encoder.h.
RFX_CONTEXT* rdpShadowEncoder::rfx |
Definition at line 48 of file shadow_encoder.h.
rdpShadowServer* rdpShadowEncoder::server |
Definition at line 33 of file shadow_encoder.h.
UINT32 rdpShadowEncoder::width |
Definition at line 35 of file shadow_encoder.h.