FreeRDP
shadow_encoder.h File Reference
#include <winpr/crt.h>
#include <winpr/stream.h>
#include <freerdp/freerdp.h>
#include <freerdp/codecs.h>
#include <freerdp/server/shadow.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  rdpShadowEncoder
 

Functions

int shadow_encoder_reset (rdpShadowEncoder *encoder)
 
int shadow_encoder_prepare (rdpShadowEncoder *encoder, UINT32 codecs)
 
UINT32 shadow_encoder_create_frame_id (rdpShadowEncoder *encoder)
 
void shadow_encoder_free (rdpShadowEncoder *encoder)
 
rdpShadowEncoder * shadow_encoder_new (rdpShadowClient *client)
 

Function Documentation

◆ shadow_encoder_create_frame_id()

UINT32 shadow_encoder_create_frame_id ( rdpShadowEncoder *  encoder)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shadow_encoder_free()

void shadow_encoder_free ( rdpShadowEncoder *  encoder)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shadow_encoder_new()

rdpShadowEncoder* shadow_encoder_new ( rdpShadowClient *  client)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shadow_encoder_prepare()

int shadow_encoder_prepare ( rdpShadowEncoder *  encoder,
UINT32  codecs 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ shadow_encoder_reset()

int shadow_encoder_reset ( rdpShadowEncoder *  encoder)
Here is the call graph for this function:
Here is the caller graph for this function: