|
MLT
7.34.0
|
An event data structure to convey thread parameters. More...
#include <mlt_events.h>
Data Fields | |
| void * | data |
| an opaque data pointer to pass along More... | |
| mlt_thread_function_t | function |
| a pointer to the function that thread will run More... | |
| int * | priority |
| a priority level for the thread More... | |
| void ** | thread |
| a pointer to a thread object or handle as determined by you More... | |
An event data structure to convey thread parameters.
| void* mlt_event_data_thread::data |
an opaque data pointer to pass along
| mlt_thread_function_t mlt_event_data_thread::function |
a pointer to the function that thread will run
| int* mlt_event_data_thread::priority |
a priority level for the thread
| void** mlt_event_data_thread::thread |
a pointer to a thread object or handle as determined by you