MLT  7.22.0
Data Fields
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 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...
 

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: