MLT  7.24.0
Data Structures | Macros | Functions
mlt_link.h File Reference

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 ()
 

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)    (&(link)->parent)

◆ MLT_LINK_PROPERTIES

#define MLT_LINK_PROPERTIES (   link)    MLT_SERVICE_PROPERTIES(MLT_LINK_SERVICE(link))

◆ MLT_LINK_SERVICE

#define MLT_LINK_SERVICE (   link)    MLT_PRODUCER_SERVICE(MLT_LINK_PRODUCER(link))

Function Documentation

◆ mlt_link_close()

void mlt_link_close ( mlt_link  self)

◆ mlt_link_connect_next()

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

◆ mlt_link_filter_init()

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

◆ mlt_link_filter_metadata()

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

◆ mlt_link_init()

mlt_link mlt_link_init ( )