![]()  | 
  
    libgpac
    
   Documentation of the core library of GPAC 
   | 
  
#include "sdl_out.h"
 Include dependency graph for sdl_out.c:Functions | |
| Bool | SDLOUT_InitSDL () | 
| void | SDLOUT_CloseSDL () | 
| GPAC_MODULE_EXPORT const u32 * | QueryInterfaces () | 
| GPAC_MODULE_EXPORT GF_BaseInterface * | LoadInterface (u32 InterfaceType) | 
| GPAC_MODULE_EXPORT void | ShutdownInterface (GF_BaseInterface *ifce) | 
Variables | |
| static Bool | is_init = GF_FALSE | 
| static u32 | num_users = 0 | 
| Bool SDLOUT_InitSDL | ( | ) | 
 Here is the caller graph for this function:| void SDLOUT_CloseSDL | ( | ) | 
 Here is the caller graph for this function:| GPAC_MODULE_EXPORT const u32 * QueryInterfaces | ( | ) | 
| GPAC_MODULE_EXPORT GF_BaseInterface * LoadInterface | ( | u32 | InterfaceType | ) | 
 Here is the call graph for this function:| GPAC_MODULE_EXPORT void ShutdownInterface | ( | GF_BaseInterface * | ifce | ) | 
 Here is the call graph for this function:
      
  | 
  static |