GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
sdl_out.c File Reference
#include "sdl_out.h"
+ Include dependency graph for sdl_out.c:

Functions

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

Variables

static Bool is_init = GF_FALSE
 
static u32 num_users = 0
 

Function Documentation

Bool SDLOUT_InitSDL ( )

+ Here is the caller graph for this function:

void SDLOUT_CloseSDL ( )

+ Here is the caller graph for this function:

const u32* QueryInterfaces ( )
GF_BaseInterface* LoadInterface ( u32  InterfaceType)

+ Here is the call graph for this function:

void ShutdownInterface ( GF_BaseInterface ifce)

+ Here is the call graph for this function:

Variable Documentation

Bool is_init = GF_FALSE
static
u32 num_users = 0
static