libgpac
Documentation of the core library of GPAC
|
Data Structures | |
struct | AnimationStreamStack |
Functions | |
static void | animationstream_destroy (GF_Node *node, void *rs, Bool is_destroy) |
static void | animationstream_check_url (AnimationStreamStack *stack, M_AnimationStream *as) |
static Fixed | animationstream_get_speed (AnimationStreamStack *stack, M_AnimationStream *as) |
static Bool | animationstream_get_loop (AnimationStreamStack *stack, M_AnimationStream *as) |
static void | animationstream_activate (AnimationStreamStack *stack, M_AnimationStream *as) |
static void | animationstream_deactivate (AnimationStreamStack *stack, M_AnimationStream *as) |
static void | animationstream_update_time (GF_TimeNode *st) |
void | compositor_init_animationstream (GF_Compositor *compositor, GF_Node *node) |
void | compositor_animationstream_modified (GF_Node *node) |
struct AnimationStreamStack |
Data Fields | ||
---|---|---|
GF_Compositor * | compositor | |
GF_TimeNode | time_handle | |
Double | start_time | |
GF_MediaObject * | stream | |
MFURL | current_url |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void compositor_init_animationstream | ( | GF_Compositor * | compositor, |
GF_Node * | node | ||
) |
void compositor_animationstream_modified | ( | GF_Node * | node | ) |