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

void mlt_event_block ( mlt_event  self)

Increment the block count on self event.

Parameters:
selfan event
void mlt_event_close ( mlt_event  self)

Close self event.

Parameters:
selfan event
void mlt_event_inc_ref ( mlt_event  self)

Increment the reference count on self event.

Parameters:
selfan event
void mlt_event_unblock ( mlt_event  self)

Decrement the block count on self event.

Parameters:
selfan event

Field Documentation


The documentation for this struct was generated from the following file:
TWiki Appliance - Powered by TurnKey Linux