20#ifndef MLTPP_REPOSITORY_H
21#define MLTPP_REPOSITORY_H
#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_profile — video format parameters.
Definition MltProfile.h:45
C++ wrapper for mlt_properties.
Definition MltProperties.h:41
C++ wrapper for mlt_repository — the plugin service registry.
Definition MltRepository.h:44
mlt_repository instance
Definition MltRepository.h:46
Repository()
Definition MltRepository.h:47
header file for lazy client and implementation code :-)
static mlt_repository repository
the global repository singleton
Definition mlt_factory.c:72
void *(* mlt_register_callback)(mlt_profile, mlt_service_type, const char *, const void *)
The callback function that modules implement to construct a service.
Definition mlt_repository.h:40
mlt_properties(* mlt_metadata_callback)(mlt_service_type, const char *, void *)
The callback function that modules implement to supply metadata as a properties list.
Definition mlt_repository.h:48
mlt_service_type
The recognized subclasses of mlt_service.
Definition mlt_types.h:232
MLT C++ wrapper Copyright (C) 2015-2026 Meltytech, LLC.
Definition MltAnimation.h:27
Repository class.
Definition mlt_repository.c:46