FreeRDP
|
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/pool.h>
#include <winpr/wlog.h>
#include <winpr/collections.h>
#include <freerdp/codec/rfx.h>
#include <freerdp/log.h>
#include <freerdp/utils/profiler.h>
Data Structures | |
struct | RFX_CONTEXT_PRIV |
struct | RFX_MESSAGE |
struct | RFX_MESSAGE_LIST |
struct | RFX_CONTEXT |
Macros | |
#define | RFX_TAG FREERDP_TAG("codec.rfx") |
#define | DEBUG_RFX(...) |
#define | RFX_DECODED_SYNC 0x00000001 |
#define | RFX_DECODED_CONTEXT 0x00000002 |
#define | RFX_DECODED_VERSIONS 0x00000004 |
#define | RFX_DECODED_CHANNELS 0x00000008 |
#define | RFX_DECODED_HEADERS 0x0000000F |
Enumerations | |
enum | RFX_STATE { RFX_STATE_INITIAL , RFX_STATE_SERVER_UNINITIALIZED , RFX_STATE_SEND_HEADERS , RFX_STATE_SEND_FRAME_DATA , RFX_STATE_FRAME_DATA_SENT , RFX_STATE_FINAL } |
#define DEBUG_RFX | ( | ... | ) |
#define RFX_DECODED_CHANNELS 0x00000008 |
#define RFX_DECODED_CONTEXT 0x00000002 |
#define RFX_DECODED_HEADERS 0x0000000F |
#define RFX_DECODED_SYNC 0x00000001 |
#define RFX_DECODED_VERSIONS 0x00000004 |
#define RFX_TAG FREERDP_TAG("codec.rfx") |
FreeRDP: A Remote Desktop Protocol Implementation RemoteFX Codec Library
Copyright 2011 Vic Lee
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.
enum RFX_STATE |