FreeRDP
H264_CONTEXT_SUBSYSTEM Struct Reference

Data Fields

const char * name
 
pfnH264SubsystemInit Init
 
pfnH264SubsystemUninit Uninit
 
pfnH264SubsystemDecompress Decompress
 
pfnH264SubsystemCompress Compress
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation H.264 Bitmap Compression

Copyright 2014 Mike McDonald Mike..nosp@m.McDo.nosp@m.nald@.nosp@m.soft.nosp@m.ware..nosp@m.dell.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 44 of file libfreerdp/codec/h264.h.

Field Documentation

◆ Compress

pfnH264SubsystemCompress H264_CONTEXT_SUBSYSTEM::Compress

Definition at line 50 of file libfreerdp/codec/h264.h.

◆ Decompress

pfnH264SubsystemDecompress H264_CONTEXT_SUBSYSTEM::Decompress

Definition at line 49 of file libfreerdp/codec/h264.h.

◆ Init

pfnH264SubsystemInit H264_CONTEXT_SUBSYSTEM::Init

Definition at line 47 of file libfreerdp/codec/h264.h.

◆ name

const char* H264_CONTEXT_SUBSYSTEM::name

Definition at line 46 of file libfreerdp/codec/h264.h.

◆ Uninit

pfnH264SubsystemUninit H264_CONTEXT_SUBSYSTEM::Uninit

Definition at line 48 of file libfreerdp/codec/h264.h.


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