libgpac
Documentation of the core library of GPAC
sdl_out.c File Reference
#include "sdl_out.h"
+ Include dependency graph for sdl_out.c:

Functions

Bool SDLOUT_InitSDL ()
 
void SDLOUT_CloseSDL ()
 
GPAC_MODULE_EXPORT const u32QueryInterfaces ()
 
GPAC_MODULE_EXPORT GF_BaseInterfaceLoadInterface (u32 InterfaceType)
 
GPAC_MODULE_EXPORT void ShutdownInterface (GF_BaseInterface *ifce)
 

Variables

static Bool is_init = GF_FALSE
 
static u32 num_users = 0
 

Function Documentation

◆ SDLOUT_InitSDL()

Bool SDLOUT_InitSDL ( )
+ Here is the caller graph for this function:

◆ SDLOUT_CloseSDL()

void SDLOUT_CloseSDL ( )
+ Here is the caller graph for this function:

◆ QueryInterfaces()

GPAC_MODULE_EXPORT const u32* QueryInterfaces ( )

◆ LoadInterface()

GPAC_MODULE_EXPORT GF_BaseInterface* LoadInterface ( u32  InterfaceType)
+ Here is the call graph for this function:

◆ ShutdownInterface()

GPAC_MODULE_EXPORT void ShutdownInterface ( GF_BaseInterface ifce)
+ Here is the call graph for this function:

Variable Documentation

◆ is_init

Bool is_init = GF_FALSE
static

◆ num_users

u32 num_users = 0
static