FreeRDP
|
Data Fields | |
const char * | name |
pfnH264SubsystemInit | Init |
pfnH264SubsystemUninit | Uninit |
pfnH264SubsystemDecompress | Decompress |
pfnH264SubsystemCompress | Compress |
FreeRDP: A Remote Desktop Protocol Implementation H.264 Bitmap Compression
Copyright 2014 Mike McDonald Mike. McDo nald@ soft ware. dell .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.
pfnH264SubsystemCompress H264_CONTEXT_SUBSYSTEM::Compress |
Definition at line 50 of file libfreerdp/codec/h264.h.
pfnH264SubsystemDecompress H264_CONTEXT_SUBSYSTEM::Decompress |
Definition at line 49 of file libfreerdp/codec/h264.h.
pfnH264SubsystemInit H264_CONTEXT_SUBSYSTEM::Init |
Definition at line 47 of file libfreerdp/codec/h264.h.
const char* H264_CONTEXT_SUBSYSTEM::name |
Definition at line 46 of file libfreerdp/codec/h264.h.
pfnH264SubsystemUninit H264_CONTEXT_SUBSYSTEM::Uninit |
Definition at line 48 of file libfreerdp/codec/h264.h.