FreeRDP
tsmf_decoder.h File Reference
#include "tsmf_types.h"
This graph shows which files directly or indirectly include this file:

Data Structures

struct  ITSMFDecoder
 

Macros

#define TSMF_DECODER_EXPORT_FUNC_NAME   "TSMFDecoderEntry"
 

Typedefs

typedef ITSMFDecoder *(* TSMF_DECODER_ENTRY) (void)
 

Enumerations

enum  ITSMFControlMsg { Control_Pause , Control_Resume , Control_Restart , Control_Stop }
 

Functions

ITSMFDecoder * tsmf_load_decoder (const char *name, TS_AM_MEDIA_TYPE *media_type)
 
BOOL tsmf_check_decoder_available (const char *name)
 

Macro Definition Documentation

◆ TSMF_DECODER_EXPORT_FUNC_NAME

#define TSMF_DECODER_EXPORT_FUNC_NAME   "TSMFDecoderEntry"

Typedef Documentation

◆ TSMF_DECODER_ENTRY

typedef ITSMFDecoder*(* TSMF_DECODER_ENTRY) (void)

Enumeration Type Documentation

◆ ITSMFControlMsg

FreeRDP: A Remote Desktop Protocol Implementation Video Redirection Virtual Channel - Decoder

Copyright 2010-2011 Vic Lee Copyright 2012 Hewlett-Packard Development Company, L.P.

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.

Enumerator
Control_Pause 
Control_Resume 
Control_Restart 
Control_Stop 

Function Documentation

◆ tsmf_check_decoder_available()

BOOL tsmf_check_decoder_available ( const char *  name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tsmf_load_decoder()

ITSMFDecoder* tsmf_load_decoder ( const char *  name,
TS_AM_MEDIA_TYPE media_type 
)
Here is the call graph for this function:
Here is the caller graph for this function: