MLT
7.28.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_filter_init (mlt_profile profile, mlt_service_type type, const char *id, char *arg) |
mlt_properties | mlt_link_filter_metadata (mlt_service_type type, const char *id, void *data) |
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_filter_init | ( | mlt_profile | profile, |
mlt_service_type | type, | ||
const char * | id, | ||
char * | arg | ||
) |
mlt_properties mlt_link_filter_metadata | ( | mlt_service_type | type, |
const char * | id, | ||
void * | data | ||
) |
mlt_link mlt_link_init | ( | ) |