MLT 7.4.0
|
link service class More...
#include "mlt_producer.h"
Go to the source code of this file.
Data Structures | |
struct | mlt_link_s |
Link class. More... | |
Macros | |
#define | MLT_LINK_PRODUCER(link) ( &( link )->parent ) |
#define | MLT_LINK_PROPERTIES(link) MLT_SERVICE_PROPERTIES( MLT_LINK_SERVICE( link ) ) |
#define | MLT_LINK_SERVICE(link) MLT_PRODUCER_SERVICE( MLT_LINK_PRODUCER( link ) ) |
Functions | |
void | mlt_link_close (mlt_link self) |
int | mlt_link_connect_next (mlt_link self, mlt_producer next, mlt_profile chain_profile) |
mlt_link | mlt_link_init () |
link service class
Copyright (C) 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
#define MLT_LINK_PRODUCER | ( | link | ) | ( &( link )->parent ) |
#define MLT_LINK_PROPERTIES | ( | link | ) | MLT_SERVICE_PROPERTIES( MLT_LINK_SERVICE( link ) ) |
#define MLT_LINK_SERVICE | ( | link | ) | MLT_PRODUCER_SERVICE( MLT_LINK_PRODUCER( link ) ) |
void mlt_link_close | ( | mlt_link | self | ) |
int mlt_link_connect_next | ( | mlt_link | self, |
mlt_producer | next, | ||
mlt_profile | chain_profile | ||
) |
mlt_link mlt_link_init | ( | ) |