FreeRDP
mfInfo Struct Reference
Collaboration diagram for mfInfo:

Data Fields

freerdp * instance
 
mfContextcontext
 
rdpContext * _context
 
RDPSessionsession
 
CGContextRef bitmap_context
 
int event_pipe_producer
 
int event_pipe_consumer
 
HANDLE handle
 
volatile TSXConnectionState connection_state
 
volatile BOOL unwanted
 
UINT32 screenID
 
UINT32 virtscreen_width
 
UINT32 virtscreen_height
 
UINT32 servscreen_width
 
UINT32 servscreen_height
 
UINT32 servscreen_xoffset
 
UINT32 servscreen_yoffset
 
int bitsPerPixel
 
int peerCount
 
int activePeerCount
 
int framesPerSecond
 
freerdp_peer ** peers
 
unsigned int framesWaiting
 
UINT32 scale
 
RFX_RECT invalid
 
pthread_mutex_t mutex
 
BOOL mouse_down_left
 
BOOL mouse_down_right
 
BOOL mouse_down_other
 
BOOL input_disabled
 
BOOL force_all_disconnect
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Client FreeRDP Mac OS X Server

Copyright 2023 Armin Novak anova.nosp@m.k@th.nosp@m.incst.nosp@m..com Copyright 2023 Thincast Technologies GmbH

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 45 of file ios_freerdp.h.

Field Documentation

◆ _context

rdpContext* mfInfo::_context

Definition at line 50 of file ios_freerdp.h.

◆ activePeerCount

int mfInfo::activePeerCount

Definition at line 90 of file mf_interface.h.

◆ bitmap_context

CGContextRef mfInfo::bitmap_context

Definition at line 56 of file ios_freerdp.h.

◆ bitsPerPixel

int mfInfo::bitsPerPixel

Definition at line 88 of file mf_interface.h.

◆ connection_state

volatile TSXConnectionState mfInfo::connection_state

Definition at line 64 of file ios_freerdp.h.

◆ context

mfContext* mfInfo::context

Definition at line 49 of file ios_freerdp.h.

◆ event_pipe_consumer

int mfInfo::event_pipe_consumer

Definition at line 60 of file ios_freerdp.h.

◆ event_pipe_producer

int mfInfo::event_pipe_producer

Definition at line 59 of file ios_freerdp.h.

◆ force_all_disconnect

BOOL mfInfo::force_all_disconnect

Definition at line 103 of file mf_interface.h.

◆ framesPerSecond

int mfInfo::framesPerSecond

Definition at line 91 of file mf_interface.h.

◆ framesWaiting

unsigned int mfInfo::framesWaiting

Definition at line 93 of file mf_interface.h.

◆ handle

HANDLE mfInfo::handle

Definition at line 61 of file ios_freerdp.h.

◆ input_disabled

BOOL mfInfo::input_disabled

Definition at line 102 of file mf_interface.h.

◆ instance

freerdp* mfInfo::instance

Definition at line 48 of file ios_freerdp.h.

◆ invalid

RFX_RECT mfInfo::invalid

Definition at line 96 of file mf_interface.h.

◆ mouse_down_left

BOOL mfInfo::mouse_down_left

Definition at line 99 of file mf_interface.h.

◆ mouse_down_other

BOOL mfInfo::mouse_down_other

Definition at line 101 of file mf_interface.h.

◆ mouse_down_right

BOOL mfInfo::mouse_down_right

Definition at line 100 of file mf_interface.h.

◆ mutex

pthread_mutex_t mfInfo::mutex

Definition at line 97 of file mf_interface.h.

◆ peerCount

int mfInfo::peerCount

Definition at line 89 of file mf_interface.h.

◆ peers

freerdp_peer** mfInfo::peers

Definition at line 92 of file mf_interface.h.

◆ scale

UINT32 mfInfo::scale

Definition at line 94 of file mf_interface.h.

◆ screenID

UINT32 mfInfo::screenID

Definition at line 80 of file mf_interface.h.

◆ servscreen_height

UINT32 mfInfo::servscreen_height

Definition at line 84 of file mf_interface.h.

◆ servscreen_width

UINT32 mfInfo::servscreen_width

Definition at line 83 of file mf_interface.h.

◆ servscreen_xoffset

UINT32 mfInfo::servscreen_xoffset

Definition at line 85 of file mf_interface.h.

◆ servscreen_yoffset

UINT32 mfInfo::servscreen_yoffset

Definition at line 86 of file mf_interface.h.

◆ session

RDPSession* mfInfo::session

Definition at line 53 of file ios_freerdp.h.

◆ unwanted

volatile BOOL mfInfo::unwanted

Definition at line 66 of file ios_freerdp.h.

◆ virtscreen_height

UINT32 mfInfo::virtscreen_height

Definition at line 82 of file mf_interface.h.

◆ virtscreen_width

UINT32 mfInfo::virtscreen_width

Definition at line 81 of file mf_interface.h.


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