MLT 7.30.0
mlt_link.h File Reference

link service class More...

#include "mlt_producer.h"

Go to the source code of this file.

Data Structures

 Link class. More...

Macros

#define MLT_LINK_PRODUCER(link)
#define MLT_LINK_PROPERTIES(link)
#define MLT_LINK_SERVICE(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 ()

Detailed Description

link service class

See also
mlt_link_s

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

Macro Definition Documentation

◆ MLT_LINK_PRODUCER

#define MLT_LINK_PRODUCER ( link)
Value:
(&(link)->parent)

◆ MLT_LINK_PROPERTIES

#define MLT_LINK_PROPERTIES ( link)
Value:
#define MLT_SERVICE_PROPERTIES(service)
Definition mlt_service.h:78

◆ MLT_LINK_SERVICE

#define MLT_LINK_SERVICE ( link)
Value:
#define MLT_PRODUCER_SERVICE(producer)
Definition mlt_producer.h:112

Function Documentation

◆ mlt_link_close()

void mlt_link_close ( mlt_link self)
extern

◆ mlt_link_connect_next()

int mlt_link_connect_next ( mlt_link self,
mlt_producer next,
mlt_profile chain_profile )
extern

◆ mlt_link_filter_init()

mlt_link mlt_link_filter_init ( mlt_profile profile,
mlt_service_type type,
const char * id,
char * arg )
extern

◆ mlt_link_filter_metadata()

mlt_properties mlt_link_filter_metadata ( mlt_service_type type,
const char * id,
void * data )
extern

◆ mlt_link_init()

mlt_link mlt_link_init ( )
extern