MLT 7.30.0
mlt_event_data_thread Struct Reference

An event data structure to convey thread parameters. More...

#include <mlt_events.h>

Data Fields

void * data
 an opaque data pointer to pass along
mlt_thread_function_t function
 a pointer to the function that thread will run
int * priority
 a priority level for the thread
void ** thread
 a pointer to a thread object or handle as determined by you

Detailed Description

An event data structure to convey thread parameters.

Field Documentation

◆ data

void* mlt_event_data_thread::data

an opaque data pointer to pass along

◆ function

mlt_thread_function_t mlt_event_data_thread::function

a pointer to the function that thread will run

◆ priority

int* mlt_event_data_thread::priority

a priority level for the thread

◆ thread

void** mlt_event_data_thread::thread

a pointer to a thread object or handle as determined by you


The documentation for this struct was generated from the following file: