MLT 6.26.0
|
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 |
Event class.
void mlt_event_block | ( | mlt_event | self | ) |
Increment the block count on self event.
self | an event |
void mlt_event_close | ( | mlt_event | self | ) |
Close self event.
self | an event |
void mlt_event_inc_ref | ( | mlt_event | self | ) |
Increment the reference count on self event.
self | an event |
void mlt_event_unblock | ( | mlt_event | self | ) |
Decrement the block count on self event.
self | an event |
int mlt_event_struct::block_count |
mlt_listener mlt_event_struct::listener |
mlt_events mlt_event_struct::owner |
int mlt_event_struct::ref_count |
void* mlt_event_struct::service |