libgpac
Documentation of the core library of GPAC
|
#include "nodes_stacks.h"
Functions | |
GF_List * | Bindable_GetStack (GF_Node *bindable) |
Bool | Bindable_GetIsBound (GF_Node *bindable) |
void | Bindable_SetIsBound (GF_Node *bindable, Bool val) |
Bool | Bindable_GetSetBind (GF_Node *bindable) |
void | Bindable_SetSetBindEx (GF_Node *bindable, Bool val, GF_List *stack) |
void | Bindable_SetSetBind (GF_Node *bindable, Bool val) |
void | Bindable_OnSetBind (GF_Node *bindable, GF_List *stack_list, GF_List *for_stack) |
void | BindableStackDelete (GF_List *stack) |
void | PreDestroyBindable (GF_Node *bindable, GF_List *stack_list) |
GF_List* Bindable_GetStack | ( | GF_Node * | bindable | ) |
void Bindable_OnSetBind | ( | GF_Node * | bindable, |
GF_List * | stack_list, | ||
GF_List * | for_stack | ||
) |
void BindableStackDelete | ( | GF_List * | stack | ) |
void PreDestroyBindable | ( | GF_Node * | bindable, |
GF_List * | stack_list | ||
) |