libgpac
Documentation of the core library of GPAC
Loading...
Searching...
No Matches
sdl_out.c File Reference
#include "sdl_out.h"

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 ( )

◆ SDLOUT_CloseSDL()

void SDLOUT_CloseSDL ( )

◆ QueryInterfaces()

GPAC_MODULE_EXPORT const u32 * QueryInterfaces ( )

◆ LoadInterface()

GPAC_MODULE_EXPORT GF_BaseInterface * LoadInterface ( u32  InterfaceType)

◆ ShutdownInterface()

GPAC_MODULE_EXPORT void ShutdownInterface ( GF_BaseInterface ifce)

Variable Documentation

◆ is_init

Bool is_init = GF_FALSE
static

◆ num_users

u32 num_users = 0
static