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
 
BYTE * gridBuffer
 
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.

Definition at line 30 of file shadow_encoder.h.

Field Documentation

◆ bs

wStream* rdpShadowEncoder::bs

Definition at line 46 of file shadow_encoder.h.

◆ client

rdpShadowClient* rdpShadowEncoder::client

Definition at line 32 of file shadow_encoder.h.

◆ codecs

UINT32 rdpShadowEncoder::codecs

Definition at line 37 of file shadow_encoder.h.

◆ fps

UINT32 rdpShadowEncoder::fps

Definition at line 55 of file shadow_encoder.h.

◆ frameAck

BOOL rdpShadowEncoder::frameAck

Definition at line 57 of file shadow_encoder.h.

◆ frameId

UINT32 rdpShadowEncoder::frameId

Definition at line 58 of file shadow_encoder.h.

◆ grid

BYTE** rdpShadowEncoder::grid

Definition at line 39 of file shadow_encoder.h.

◆ gridBuffer

BYTE* rdpShadowEncoder::gridBuffer

Definition at line 42 of file shadow_encoder.h.

◆ gridHeight

UINT32 rdpShadowEncoder::gridHeight

Definition at line 41 of file shadow_encoder.h.

◆ gridWidth

UINT32 rdpShadowEncoder::gridWidth

Definition at line 40 of file shadow_encoder.h.

◆ h264

H264_CONTEXT* rdpShadowEncoder::h264

Definition at line 52 of file shadow_encoder.h.

◆ height

UINT32 rdpShadowEncoder::height

Definition at line 36 of file shadow_encoder.h.

◆ interleaved

BITMAP_INTERLEAVED_CONTEXT* rdpShadowEncoder::interleaved

Definition at line 51 of file shadow_encoder.h.

◆ lastAckframeId

UINT32 rdpShadowEncoder::lastAckframeId

Definition at line 59 of file shadow_encoder.h.

◆ maxFps

UINT32 rdpShadowEncoder::maxFps

Definition at line 56 of file shadow_encoder.h.

◆ maxTileHeight

UINT32 rdpShadowEncoder::maxTileHeight

Definition at line 44 of file shadow_encoder.h.

◆ maxTileWidth

UINT32 rdpShadowEncoder::maxTileWidth

Definition at line 43 of file shadow_encoder.h.

◆ nsc

NSC_CONTEXT* rdpShadowEncoder::nsc

Definition at line 49 of file shadow_encoder.h.

◆ planar

BITMAP_PLANAR_CONTEXT* rdpShadowEncoder::planar

Definition at line 50 of file shadow_encoder.h.

◆ progressive

PROGRESSIVE_CONTEXT* rdpShadowEncoder::progressive

Definition at line 53 of file shadow_encoder.h.

◆ queueDepth

UINT32 rdpShadowEncoder::queueDepth

Definition at line 60 of file shadow_encoder.h.

◆ rfx

RFX_CONTEXT* rdpShadowEncoder::rfx

Definition at line 48 of file shadow_encoder.h.

◆ server

rdpShadowServer* rdpShadowEncoder::server

Definition at line 33 of file shadow_encoder.h.

◆ width

UINT32 rdpShadowEncoder::width

Definition at line 35 of file shadow_encoder.h.


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