20 #ifndef MLTPP_PUSH_CONSUMER_H
21 #define MLTPP_PUSH_CONSUMER_H
50 void set_render(
int width,
int height,
double aspect_ratio);
51 virtual int connect(
Service &service)
override;
57 Frame *construct(
int);
#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_consumer — pulls and outputs audio/video.
Definition: MltConsumer.h:43
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
A Consumer that accepts frames pushed in from external code.
Definition: MltPushConsumer.h:43
PushPrivate * m_private
Definition: MltPushConsumer.h:45
Definition: MltPushConsumer.cpp:26
C++ wrapper for mlt_service — abstract base for all MLT services.
Definition: MltService.h:47
static int push(mlt_parser self, int multitrack, int track, int position)
Definition: mlt_producer.c:906
MLT C++ wrapper Copyright (C) 2015-2026 Meltytech, LLC.
Definition: MltAnimation.h:27