FreeRDP
rdpShadowEncoder Struct Reference

#include <shadow_encoder.h>

Collaboration diagram for rdpShadowEncoder:

Data Fields

rdpShadowClient * client
 
rdpShadowServer * server
 
UINT32 width
 
UINT32 height
 
UINT32 codecs
 
BYTE ** grid
 
UINT32 gridWidth
 
UINT32 gridHeight
 
BYTEgridBuffer
 
UINT32 maxTileWidth
 
UINT32 maxTileHeight
 
wStreambs
 
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
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation

Copyright 2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.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.

Field Documentation

◆ bs

wStream* rdpShadowEncoder::bs

◆ client

rdpShadowClient* rdpShadowEncoder::client

◆ codecs

UINT32 rdpShadowEncoder::codecs

◆ fps

UINT32 rdpShadowEncoder::fps

◆ frameAck

BOOL rdpShadowEncoder::frameAck

◆ frameId

UINT32 rdpShadowEncoder::frameId

◆ grid

BYTE** rdpShadowEncoder::grid

◆ gridBuffer

BYTE* rdpShadowEncoder::gridBuffer

◆ gridHeight

UINT32 rdpShadowEncoder::gridHeight

◆ gridWidth

UINT32 rdpShadowEncoder::gridWidth

◆ h264

H264_CONTEXT* rdpShadowEncoder::h264

◆ height

UINT32 rdpShadowEncoder::height

◆ interleaved

BITMAP_INTERLEAVED_CONTEXT* rdpShadowEncoder::interleaved

◆ lastAckframeId

UINT32 rdpShadowEncoder::lastAckframeId

◆ maxFps

UINT32 rdpShadowEncoder::maxFps

◆ maxTileHeight

UINT32 rdpShadowEncoder::maxTileHeight

◆ maxTileWidth

UINT32 rdpShadowEncoder::maxTileWidth

◆ nsc

NSC_CONTEXT* rdpShadowEncoder::nsc

◆ planar

BITMAP_PLANAR_CONTEXT* rdpShadowEncoder::planar

◆ progressive

PROGRESSIVE_CONTEXT* rdpShadowEncoder::progressive

◆ queueDepth

UINT32 rdpShadowEncoder::queueDepth

◆ rfx

RFX_CONTEXT* rdpShadowEncoder::rfx

◆ server

rdpShadowServer* rdpShadowEncoder::server

◆ width

UINT32 rdpShadowEncoder::width

The documentation for this struct was generated from the following file: