|
| MLT_EXPORT void | mlt_transition_close (mlt_transition self) |
| |
| MLT_EXPORT int | mlt_transition_connect (mlt_transition self, mlt_service producer, int a_track, int b_track) |
| |
| MLT_EXPORT int | mlt_transition_get_a_track (mlt_transition self) |
| |
| MLT_EXPORT int | mlt_transition_get_b_track (mlt_transition self) |
| |
| MLT_EXPORT mlt_position | mlt_transition_get_in (mlt_transition self) |
| |
| MLT_EXPORT mlt_position | mlt_transition_get_length (mlt_transition self) |
| |
| MLT_EXPORT mlt_position | mlt_transition_get_out (mlt_transition self) |
| |
| MLT_EXPORT mlt_position | mlt_transition_get_position (mlt_transition self, mlt_frame frame) |
| |
| MLT_EXPORT double | mlt_transition_get_progress (mlt_transition self, mlt_frame frame) |
| |
| MLT_EXPORT double | mlt_transition_get_progress_delta (mlt_transition self, mlt_frame frame) |
| |
| MLT_EXPORT int | mlt_transition_init (mlt_transition self, void *child) |
| |
| MLT_EXPORT mlt_transition | mlt_transition_new () |
| |
| MLT_EXPORT mlt_frame | mlt_transition_process (mlt_transition self, mlt_frame a_frame, mlt_frame b_frame) |
| |
| MLT_EXPORT mlt_properties | mlt_transition_properties (mlt_transition self) |
| |
| MLT_EXPORT mlt_service | mlt_transition_service (mlt_transition self) |
| |
| MLT_EXPORT void | mlt_transition_set_in_and_out (mlt_transition self, mlt_position in, mlt_position out) |
| |
| MLT_EXPORT void | mlt_transition_set_tracks (mlt_transition self, int a_track, int b_track) |
| |
abstraction for all transition services
- See also
- mlt_transition_s
Copyright (C) 2003-2021 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