libgpac
Documentation of the core library of GPAC
|
#include <filters.h>
Data Fields | |
void * | udta |
Bool(* | on_event )(void *udta, GF_Event *evt, Bool consumed_by_compositor) |
Filters may request listening on global events.
API of event filter is likely to change any time soon - used for backward compatibility with some old modules
void* GF_FSEventListener::udta |
user data of the listener
callback called when an event should be filtered.
udta | user data of the listener |
evt | the event to be processed |
consumed_by_compositor | indicates the event was already used by the compositor |