|
Bool | gf_node_in_table (GF_Node *node, u32 NDTType) |
|
GF_SceneManager * | gf_sm_new (GF_SceneGraph *scene_graph) |
|
void | gf_sm_del (GF_SceneManager *ctx) |
|
GF_StreamContext * | gf_sm_stream_new (GF_SceneManager *ctx, u16 ES_ID, u8 streamType, u8 objectType) |
|
void | gf_sm_stream_del (GF_SceneManager *ctx, GF_StreamContext *sc) |
|
GF_StreamContext * | gf_sm_stream_find (GF_SceneManager *ctx, u16 ES_ID) |
|
GF_AUContext * | gf_sm_stream_au_new (GF_StreamContext *stream, u64 timing, Double time_ms, Bool isRap) |
|
GF_MuxInfo * | gf_sm_get_mux_info (GF_ESD *src) |
|
void | gf_sm_reset (GF_SceneManager *ctx) |
|
GF_Err | gf_sm_aggregate (GF_SceneManager *ctx, u16 ESID) |
|
GF_Err | gf_sm_import_bifs_subtitle (GF_SceneManager *ctx, GF_ESD *src, GF_MuxInfo *mux) |
|
GF_Err | gf_sm_load_init (GF_SceneLoader *load) |
|
GF_Err | gf_sm_load_run (GF_SceneLoader *load) |
|
void | gf_sm_load_done (GF_SceneLoader *load) |
|
GF_Err | gf_sm_load_suspend (GF_SceneLoader *load, Bool suspend) |
|
GF_Err | gf_sm_load_string (GF_SceneLoader *load, const char *str, Bool clean_at_end) |
|
GF_Err | gf_sm_encode_to_file (GF_SceneManager *ctx, GF_ISOFile *mp4, GF_SMEncodeOptions *opt) |
|
GF_Err | gf_sm_dump (GF_SceneManager *ctx, char *rad_name, GF_SceneDumpFormat dump_mode) |
|
GF_SceneDumper * | gf_sm_dumper_new (GF_SceneGraph *graph, char *_rad_name, char indent_char, GF_SceneDumpFormat dump_mode) |
|
void | gf_sm_dumper_set_extra_graph (GF_SceneDumper *sdump, GF_SceneGraph *extra) |
|
void | gf_sm_dumper_del (GF_SceneDumper *bd) |
|
char * | gf_sm_dump_get_name (GF_SceneDumper *bd) |
|
GF_Err | gf_sm_dump_command_list (GF_SceneDumper *sdump, GF_List *comList, u32 indent, Bool skip_first_replace) |
|
GF_Err | gf_sm_dump_graph (GF_SceneDumper *sdump, Bool skip_proto, Bool skip_routes) |
|
GF_StatManager * | gf_sm_stats_new () |
|
void | gf_sm_stats_del (GF_StatManager *stat) |
|
void | gf_sm_stats_reset (GF_StatManager *stat) |
|
GF_SceneStatistics * | gf_sm_stats_get (GF_StatManager *stat) |
|
GF_Err | gf_sm_stats_for_graph (GF_StatManager *stat, GF_SceneGraph *sg) |
|
GF_Err | gf_sm_stats_for_scene (GF_StatManager *stat, GF_SceneManager *sm) |
|
GF_Err | gf_sm_stats_for_command (GF_StatManager *stat, GF_Command *com) |
|