MLT 7.40.0
Multimedia Framework
mlt_property.h
Go to the documentation of this file.
1
23#ifndef MLT_PROPERTY_H
24#define MLT_PROPERTY_H
25
26#include "mlt_export.h"
27#include "mlt_types.h"
28
29#if defined(__FreeBSD__)
30/* This header has existed since 1994 and defines __FreeBSD_version below. */
31#include <sys/param.h>
32#endif
33
34#if defined(__GLIBC__)
35#include <locale.h>
36typedef locale_t mlt_locale_t;
37#elif defined(__APPLE__) || (defined(__FreeBSD_version) && __FreeBSD_version >= 900506)
38#include <xlocale.h>
39typedef locale_t mlt_locale_t;
40#elif defined(__OpenBSD__)
41/* XXX matches __nop_locale glue in libc++ */
42typedef void *mlt_locale_t;
43#elif (defined _WIN32 && defined _LIBCPP_VERSION)
44struct mlt_locale_t;
45#else
46typedef char *mlt_locale_t;
47#endif
48
50MLT_EXPORT void mlt_property_clear(mlt_property self);
52MLT_EXPORT int mlt_property_set_int(mlt_property self, int value);
53MLT_EXPORT int mlt_property_set_double(mlt_property self, double value);
55MLT_EXPORT int mlt_property_set_int64(mlt_property self, int64_t value);
56MLT_EXPORT int mlt_property_set_string(mlt_property self, const char *value);
58 void *value,
59 int length,
60 mlt_destructor destructor,
61 mlt_serialiser serialiser);
62MLT_EXPORT int mlt_property_get_int(mlt_property self, double fps, mlt_locale_t);
63MLT_EXPORT double mlt_property_get_double(mlt_property self, double fps, mlt_locale_t);
65MLT_EXPORT int64_t mlt_property_get_int64(mlt_property self);
70MLT_EXPORT void *mlt_property_get_data(mlt_property self, int *length);
71MLT_EXPORT void mlt_property_close(mlt_property self);
72MLT_EXPORT void mlt_property_pass(mlt_property self, mlt_property that);
74
76 mlt_property points[],
77 double progress,
78 double fps,
79 mlt_locale_t locale,
80 mlt_keyframe_type interp);
82 mlt_property self, double fps, mlt_locale_t locale, int position, int length);
84 mlt_property self, double fps, mlt_locale_t locale, int position, int length);
86 mlt_property self, double fps, mlt_locale_t locale, int position, int length);
88 double value,
89 double fps,
90 mlt_locale_t locale,
91 int position,
92 int length,
93 mlt_keyframe_type keyframe_type);
95 int value,
96 double fps,
97 mlt_locale_t locale,
98 int position,
99 int length,
100 mlt_keyframe_type keyframe_type);
102 mlt_property self, const char *value, double fps, mlt_locale_t locale, int position, int length);
105
107MLT_EXPORT mlt_color mlt_property_get_color(mlt_property self, double fps, mlt_locale_t locale);
109 mlt_color value,
110 double fps,
111 mlt_locale_t locale,
112 int position,
113 int length,
114 mlt_keyframe_type keyframe_type);
116 mlt_property self, double fps, mlt_locale_t locale, int position, int length);
117
118MLT_EXPORT int mlt_property_set_rect(mlt_property self, mlt_rect value);
121 mlt_rect value,
122 double fps,
123 mlt_locale_t locale,
124 int position,
125 int length,
126 mlt_keyframe_type keyframe_type);
128 mlt_property self, double fps, mlt_locale_t locale, int position, int length);
129
135
136#endif
char * mlt_locale_t
Definition mlt_property.h:46
MLT_EXPORT int mlt_property_set_rect(mlt_property self, mlt_rect value)
MLT_EXPORT mlt_color mlt_property_anim_get_color(mlt_property self, double fps, mlt_locale_t locale, int position, int length)
MLT_EXPORT char * mlt_property_get_string(mlt_property self)
MLT_EXPORT int mlt_property_is_color(mlt_property self)
MLT_EXPORT int mlt_property_anim_set_string(mlt_property self, const char *value, double fps, mlt_locale_t locale, int position, int length)
MLT_EXPORT void mlt_property_close(mlt_property self)
MLT_EXPORT int mlt_property_anim_set_int(mlt_property self, int value, double fps, mlt_locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
MLT_EXPORT int mlt_property_interpolate(mlt_property self, mlt_property points[], double progress, double fps, mlt_locale_t locale, mlt_keyframe_type interp)
MLT_EXPORT void mlt_property_pass(mlt_property self, mlt_property that)
MLT_EXPORT int mlt_property_set_properties(mlt_property self, mlt_properties properties)
MLT_EXPORT mlt_property mlt_property_init()
MLT_EXPORT mlt_rect mlt_property_anim_get_rect(mlt_property self, double fps, mlt_locale_t locale, int position, int length)
MLT_EXPORT int mlt_property_is_clear(mlt_property self)
MLT_EXPORT int mlt_property_is_numeric(mlt_property self, mlt_locale_t locale)
MLT_EXPORT int mlt_property_anim_set_rect(mlt_property self, mlt_rect value, double fps, mlt_locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
MLT_EXPORT mlt_rect mlt_property_get_rect(mlt_property self, mlt_locale_t locale)
MLT_EXPORT mlt_animation mlt_property_get_animation(mlt_property self)
MLT_EXPORT mlt_properties mlt_property_get_properties(mlt_property self)
MLT_EXPORT double mlt_property_get_double(mlt_property self, double fps, mlt_locale_t)
MLT_EXPORT int mlt_property_set_data(mlt_property self, void *value, int length, mlt_destructor destructor, mlt_serialiser serialiser)
MLT_EXPORT int mlt_property_anim_get_int(mlt_property self, double fps, mlt_locale_t locale, int position, int length)
MLT_EXPORT char * mlt_property_get_string_tf(mlt_property self, mlt_time_format)
MLT_EXPORT int mlt_property_set_double(mlt_property self, double value)
MLT_EXPORT mlt_position mlt_property_get_position(mlt_property self, double fps, mlt_locale_t)
MLT_EXPORT char * mlt_property_get_string_l(mlt_property self, mlt_locale_t)
MLT_EXPORT int mlt_property_anim_set_color(mlt_property self, mlt_color value, double fps, mlt_locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
MLT_EXPORT char * mlt_property_get_string_l_tf(mlt_property self, mlt_locale_t, mlt_time_format)
MLT_EXPORT int mlt_property_set_int64(mlt_property self, int64_t value)
MLT_EXPORT int mlt_property_anim_set_double(mlt_property self, double value, double fps, mlt_locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
MLT_EXPORT int64_t mlt_property_get_int64(mlt_property self)
MLT_EXPORT int mlt_property_is_rect(mlt_property self)
MLT_EXPORT int mlt_property_is_anim(mlt_property self)
MLT_EXPORT char * mlt_property_get_time(mlt_property self, mlt_time_format, double fps, mlt_locale_t)
MLT_EXPORT void mlt_property_clear(mlt_property self)
MLT_EXPORT void * mlt_property_get_data(mlt_property self, int *length)
MLT_EXPORT int mlt_property_set_string(mlt_property self, const char *value)
MLT_EXPORT char * mlt_property_anim_get_string(mlt_property self, double fps, mlt_locale_t locale, int position, int length)
MLT_EXPORT int mlt_property_set_color(mlt_property self, mlt_color value)
MLT_EXPORT double mlt_property_anim_get_double(mlt_property self, double fps, mlt_locale_t locale, int position, int length)
MLT_EXPORT int mlt_property_set_position(mlt_property self, mlt_position value)
MLT_EXPORT int mlt_property_set_int(mlt_property self, int value)
MLT_EXPORT mlt_color mlt_property_get_color(mlt_property self, double fps, mlt_locale_t locale)
MLT_EXPORT int mlt_property_get_int(mlt_property self, double fps, mlt_locale_t)
Provides forward definitions of all public types.
mlt_time_format
The time string formats.
Definition mlt_types.h:172
int32_t mlt_position
Definition mlt_types.h:255
void(* mlt_destructor)(void *)
pointer to destructor function
Definition mlt_types.h:307
mlt_keyframe_type
Interpolation methods for animation keyframes.
Definition mlt_types.h:181
char *(* mlt_serialiser)(void *, int length)
pointer to serialization function
Definition mlt_types.h:308
Property Animation class.
Definition mlt_animation.c:51
A tuple of color components.
Definition mlt_types.h:272
Properties class.
Definition mlt_properties.h:41
Property class.
Definition mlt_property.c:78
A rectangle type with coordinates, size, and opacity.
Definition mlt_types.h:261