20 #ifndef MLTPP_FILTER_H
21 #define MLTPP_FILTER_H
51 Filter(
Profile &profile,
const char *
id,
const char *service = NULL);
64 int connect(
Service &service,
int index = 0);
66 void set_in_and_out(
int in,
int out);
74 int get_length2(
Frame &frame);
78 int get_position(
Frame &frame);
80 double get_progress(
Frame &frame);
82 void process(
Frame &frame);
#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_filter — modifies a single producer's output.
Definition: MltFilter.h:44
mlt_filter instance
Definition: MltFilter.h:46
C++ wrapper for mlt_frame — a single unit of audio/video data.
Definition: MltFrame.h:43
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
Filter abstract service class.
Definition: mlt_filter.h:41
Profile class.
Definition: mlt_profile.h:36
Service abstract base class.
Definition: mlt_service.h:59