|
static void | apply_profile_properties (mlt_consumer self, mlt_profile profile, mlt_properties properties) |
|
static void | consumer_read_ahead_start (mlt_consumer self) |
|
static void | mlt_consumer_frame_render (mlt_listener listener, mlt_properties owner, mlt_service self, void **args) |
|
static void | mlt_consumer_frame_show (mlt_listener listener, mlt_properties owner, mlt_service self, void **args) |
|
static void | mlt_consumer_property_changed (mlt_properties owner, mlt_consumer self, char *name) |
|
static void | mlt_thread_create (mlt_consumer self, thread_function_t function) |
|
static void | mlt_thread_join (mlt_consumer self) |
|
static void | on_consumer_frame_show (mlt_properties owner, mlt_consumer self, mlt_frame frame) |
|
static void | transmit_thread_create (mlt_listener listener, mlt_properties owner, mlt_service self, void **args) |
|
static void | transmit_thread_join (mlt_listener listener, mlt_properties owner, mlt_service self, void **args) |
|
static mlt_frame | worker_get_frame (mlt_consumer self, mlt_properties properties) |
| Use multiple worker threads and a work queue.
|
|
abstraction for all consumer services
- See also
- mlt_consumer_s
Copyright (C) 2003-2020 Meltytech, LLC
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA