49 Chain(
Profile &profile,
const char *
id,
const char *service = NULL);
68 int link_count()
const;
70 bool move_link(
int from,
int to);
74 void attach_normalizers();
#define MLTPP_DECLSPEC
MltConfig.h - Convenience header file for all mlt++ objects Copyright (C) 2004-2026 Meltytech,...
Definition: MltConfig.h:33
C++ wrapper for mlt_chain — a linear processing pipeline.
Definition: MltChain.h:42
mlt_chain instance
Definition: MltChain.h:44
C++ wrapper for mlt_link — a processing stage in a Chain.
Definition: MltLink.h:42
C++ wrapper for mlt_producer — origin of audio/video data.
Definition: MltProducer.h:46
C++ wrapper for mlt_profile — video format parameters.
Definition: MltProfile.h:45
C++ wrapper for mlt_service — abstract base for all MLT services.
Definition: MltService.h:47
header file for lazy client and implementation code :-)
MLT C++ wrapper Copyright (C) 2015-2026 Meltytech, LLC.
Definition: MltAnimation.h:27
Chain class.
Definition: mlt_chain.h:38
Producer abstract service class.
Definition: mlt_producer.h:71