MLT
7.28.0
|
consumer-frame-show Subclass implementations fire this immediately after showing a frame or when a frame should be shown (if audio-only consumer). The event data is a frame.
consumer-frame-render The base class fires this immediately before rendering a frame; the event data is a frame.
consumer-thread-create Override the implementation of creating and starting a thread by listening and responding to this (real_time 1 or -1 only). The event data is a pointer to mlt_event_data_thread.
consumer-thread-join Override the implementation of waiting and joining a terminated thread by listening and responding to this (real_time 1 or -1 only). The event data is a pointer to mlt_event_data_thread.
consumer-thread-started The base class fires when beginning execution of a rendering thread.
consumer-thread-stopped The base class fires when a rendering thread has ended.
consumer-stopping This is fired when stop was requested, but before render threads are joined.
consumer-stopped This is fired when the subclass implementation calls mlt_consumer_stopped().
producer-create-request fired when mlt_factory_producer is called; the event data is a pointer to mlt_factory_event_data
producer-create-done fired when a producer registers itself; the event data is a pointer to mlt_factory_event_data
filter-create-request fired when mlt_factory_filter is called; the event data is a pointer to mlt_factory_event_data
filter-create-done fired when a filter registers itself; the event data is a pointer to mlt_factory_event_data
transition-create-request fired when mlt_factory_transition is called; the event data is a pointer to mlt_factory_event_data
transition-create-done fired when a transition registers itself; the event data is a pointer to mlt_factory_event_data
consumer-create-request fired when mlt_factory_consumer is called; the event data is a pointer to mlt_factory_event_data
consumer-create-done fired when a consumer registers itself; the event data is a pointer to mlt_factory_event_data
link-create-request fired when mlt_factory_link is called; the event data is a pointer to mlt_factory_event_data
link-create-done fired when a link registers itself; the event data is a pointer to mlt_factory_event_data
service-changed a filter was attached or detached or a transition was connected or disconnected
property-changed a property's value changed; the event data is a string for the name of the property