|
mlt 0.7.6
|
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 |
1.7.3