Go to the documentation of this file.
22 #ifndef __WEED_EVENTS_H__
23 #define __WEED_EVENTS_H__
30 #define WEED_EVENT_API_VERSION 120
31 #define WEED_EVENT_API_VERSION_100
32 #define WEED_EVENT_API_VERSION_110
33 #define WEED_EVENT_API_VERSION_120
35 #define WEED_PLANT_EVENT 256
36 #define WEED_PLANT_EVENT_LIST 257
38 #define WEED_EVENT_HINT_UNDEFINED 0
39 #define WEED_EVENT_HINT_FRAME 1
40 #define WEED_EVENT_HINT_FILTER_INIT 2
41 #define WEED_EVENT_HINT_FILTER_DEINIT 3
42 #define WEED_EVENT_HINT_FILTER_MAP 4
43 #define WEED_EVENT_HINT_PARAM_CHANGE 5
44 #define WEED_EVENT_HINT_MARKER 6
46 #define WEED_AUDIO_LITTLE_ENDIAN 0
47 #define WEED_AUDIO_BIG_ENDIAN 1
53 #endif // #ifndef __WEED_EVENTS_H_