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
laser.h File Reference
#include <gpac/nodes_svg.h>
#include <gpac/mpeg4_odf.h>
+ Include dependency graph for laser.h:
+ This graph shows which files directly or indirectly include this file:

Functions

GF_LASeRCodec * gf_laser_decoder_new (GF_SceneGraph *scenegraph)
 
void gf_laser_decoder_del (GF_LASeRCodec *codec)
 
void gf_laser_decoder_set_clock (GF_LASeRCodec *codec, Double(*GetSceneTime)(void *st_cbk), void *st_cbk)
 
GF_Err gf_laser_decoder_configure_stream (GF_LASeRCodec *codec, u16 ESID, char *DecoderSpecificInfo, u32 DecoderSpecificInfoLength)
 
GF_Err gf_laser_decoder_remove_stream (GF_LASeRCodec *codec, u16 ESID)
 
GF_Err gf_laser_decode_au (GF_LASeRCodec *codec, u16 ESID, const char *data, u32 data_length)
 
GF_Err gf_laser_decode_command_list (GF_LASeRCodec *codec, u16 ESID, char *data, u32 data_length, GF_List *com_list)
 
GF_LASeRCodec * gf_laser_encoder_new (GF_SceneGraph *graph)
 
void gf_laser_encoder_del (GF_LASeRCodec *codec)
 
GF_Err gf_laser_encoder_new_stream (GF_LASeRCodec *codec, u16 ESID, GF_LASERConfig *cfg)
 
GF_Err gf_laser_encode_au (GF_LASeRCodec *codec, u16 ESID, GF_List *command_list, Bool reset_encoding_context, char **out_data, u32 *out_data_length)
 
GF_Err gf_laser_encoder_get_config (GF_LASeRCodec *codec, u16 ESID, char **out_data, u32 *out_data_length)
 
GF_Err gf_laser_encoder_get_rap (GF_LASeRCodec *codec, char **out_data, u32 *out_data_length)
 

Function Documentation

GF_LASeRCodec* gf_laser_decoder_new ( GF_SceneGraph *  scenegraph)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_laser_decoder_del ( GF_LASeRCodec *  codec)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_laser_decoder_set_clock ( GF_LASeRCodec *  codec,
Double(*)(void *st_cbk)  GetSceneTime,
void *  st_cbk 
)

+ Here is the caller graph for this function:

GF_Err gf_laser_decoder_configure_stream ( GF_LASeRCodec *  codec,
u16  ESID,
char *  DecoderSpecificInfo,
u32  DecoderSpecificInfoLength 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_decoder_remove_stream ( GF_LASeRCodec *  codec,
u16  ESID 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_decode_au ( GF_LASeRCodec *  codec,
u16  ESID,
const char *  data,
u32  data_length 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_decode_command_list ( GF_LASeRCodec *  codec,
u16  ESID,
char *  data,
u32  data_length,
GF_List *  com_list 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_LASeRCodec* gf_laser_encoder_new ( GF_SceneGraph *  graph)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gf_laser_encoder_del ( GF_LASeRCodec *  codec)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_encoder_new_stream ( GF_LASeRCodec *  codec,
u16  ESID,
GF_LASERConfig cfg 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_encode_au ( GF_LASeRCodec *  codec,
u16  ESID,
GF_List *  command_list,
Bool  reset_encoding_context,
char **  out_data,
u32 out_data_length 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_encoder_get_config ( GF_LASeRCodec *  codec,
u16  ESID,
char **  out_data,
u32 out_data_length 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_laser_encoder_get_rap ( GF_LASeRCodec *  codec,
char **  out_data,
u32 out_data_length 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: