MLT 6.26.0
Public Member Functions | Data Fields
mlt_event_struct Struct Reference

Event class. More...

Public Member Functions

void mlt_event_block (mlt_event self)
 Increment the block count on self event.
 
void mlt_event_close (mlt_event self)
 Close self event.
 
void mlt_event_inc_ref (mlt_event self)
 Increment the reference count on self event.
 
void mlt_event_unblock (mlt_event self)
 Decrement the block count on self event.
 

Data Fields

int block_count
 
mlt_listener listener
 
mlt_events owner
 
int ref_count
 
void * service
 

Detailed Description

Event class.

Member Function Documentation

◆ mlt_event_block()

void mlt_event_block ( mlt_event  self)

Increment the block count on self event.

Parameters
selfan event

◆ mlt_event_close()

void mlt_event_close ( mlt_event  self)

Close self event.

Parameters
selfan event

◆ mlt_event_inc_ref()

void mlt_event_inc_ref ( mlt_event  self)

Increment the reference count on self event.

Parameters
selfan event

◆ mlt_event_unblock()

void mlt_event_unblock ( mlt_event  self)

Decrement the block count on self event.

Parameters
selfan event

Field Documentation

◆ block_count

int mlt_event_struct::block_count

◆ listener

mlt_listener mlt_event_struct::listener

◆ owner

mlt_events mlt_event_struct::owner

◆ ref_count

int mlt_event_struct::ref_count

◆ service

void* mlt_event_struct::service

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