MLT  7.24.0
Data Structures | Functions
mlt_chain.c File Reference

link service class More...

#include "mlt_chain.h"
#include "mlt_factory.h"
#include "mlt_frame.h"
#include "mlt_log.h"
#include "mlt_tokeniser.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Data Structures

struct  mlt_chain_base
 private service definition More...
 

Functions

static void chain_property_changed (mlt_service owner, mlt_chain self, char *name)
 
static int producer_get_frame (mlt_producer parent, mlt_frame_ptr frame, int index)
 
static int producer_probe (mlt_producer parent)
 
static void relink_chain (mlt_chain self)
 
static void source_property_changed (mlt_service owner, mlt_chain self, char *name)
 

Detailed Description

link service class

See also
mlt_chain_s

Copyright (C) 2020-2023 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

Function Documentation

◆ chain_property_changed()

static void chain_property_changed ( mlt_service  owner,
mlt_chain  self,
char *  name 
)
static

◆ producer_get_frame()

static int producer_get_frame ( mlt_producer  parent,
mlt_frame_ptr  frame,
int  index 
)
static

◆ producer_probe()

static int producer_probe ( mlt_producer  parent)
static

◆ relink_chain()

static void relink_chain ( mlt_chain  self)
static

◆ source_property_changed()

static void source_property_changed ( mlt_service  owner,
mlt_chain  self,
char *  name 
)
static