MLT  7.22.0
Data Fields
mlt_factory_event_data Struct Reference

The event data for all factory-related events. More...

#include <mlt_factory.h>

Data Fields

const void * input
 an argument supplied to initialize the service, typically a string More...
 
const char * name
 the name of the service requested More...
 
void * service
 the service being created More...
 

Detailed Description

The event data for all factory-related events.

Field Documentation

◆ input

const void* mlt_factory_event_data::input

an argument supplied to initialize the service, typically a string

◆ name

const char* mlt_factory_event_data::name

the name of the service requested

◆ service

void* mlt_factory_event_data::service

the service being created


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