28#if defined(__FreeBSD__)
33#if (defined(__GLIBC__) && !defined(__APPLE__)) || defined(HAVE_LOCALE_H)
35#elif defined(__APPLE__) || (defined(__FreeBSD_version) && __FreeBSD_version >= 900506)
37#elif defined(__OpenBSD__)
int mlt_property_set_position(mlt_property self, mlt_position value)
int mlt_property_anim_get_int(mlt_property self, double fps, locale_t locale, int position, int length)
char * mlt_property_get_string_l(mlt_property self, locale_t)
mlt_animation mlt_property_get_animation(mlt_property self)
mlt_rect mlt_property_get_rect(mlt_property self, locale_t locale)
int mlt_property_set_data(mlt_property self, void *value, int length, mlt_destructor destructor, mlt_serialiser serialiser)
mlt_rect mlt_property_anim_get_rect(mlt_property self, double fps, locale_t locale, int position, int length)
char * mlt_property_anim_get_string(mlt_property self, double fps, locale_t locale, int position, int length)
char * locale_t
Definition mlt_property.h:41
int mlt_property_anim_set_string(mlt_property self, const char *value, double fps, locale_t locale, int position, int length)
char * mlt_property_get_string_l_tf(mlt_property self, locale_t, mlt_time_format)
int mlt_property_anim_set_rect(mlt_property self, mlt_rect value, double fps, locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
int mlt_property_anim_set_int(mlt_property self, int value, double fps, locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
void * mlt_property_get_data(mlt_property self, int *length)
int mlt_property_interpolate(mlt_property self, mlt_property points[], double progress, double fps, locale_t locale, mlt_keyframe_type interp)
int mlt_property_get_int(mlt_property self, double fps, locale_t)
mlt_property mlt_property_init()
int mlt_property_set_int(mlt_property self, int value)
double mlt_property_anim_get_double(mlt_property self, double fps, locale_t locale, int position, int length)
void mlt_property_pass(mlt_property self, mlt_property that)
char * mlt_property_get_time(mlt_property self, mlt_time_format, double fps, locale_t)
char * mlt_property_get_string(mlt_property self)
int mlt_property_set_int64(mlt_property self, int64_t value)
void mlt_property_clear(mlt_property self)
int64_t mlt_property_get_int64(mlt_property self)
mlt_position mlt_property_get_position(mlt_property self, double fps, locale_t)
char * mlt_property_get_string_tf(mlt_property self, mlt_time_format)
double mlt_property_get_double(mlt_property self, double fps, locale_t)
int mlt_property_set_double(mlt_property self, double value)
int mlt_property_is_clear(mlt_property self)
int mlt_property_set_rect(mlt_property self, mlt_rect value)
int mlt_property_anim_set_double(mlt_property self, double value, double fps, locale_t locale, int position, int length, mlt_keyframe_type keyframe_type)
int mlt_property_set_string(mlt_property self, const char *value)
void mlt_property_close(mlt_property self)
Provides forward definitions of all public types.
mlt_time_format
The time string formats.
Definition mlt_types.h:110
int32_t mlt_position
Definition mlt_types.h:163
void(* mlt_destructor)(void *)
pointer to destructor function
Definition mlt_types.h:212
mlt_keyframe_type
Interpolation methods for animation keyframes.
Definition mlt_types.h:121
char *(* mlt_serialiser)(void *, int length)
pointer to serialization function
Definition mlt_types.h:213
Property Animation class.
Definition mlt_animation.c:49
Property class.
Definition mlt_property.c:63
A rectangle type with coordinates, size, and opacity.
Definition mlt_types.h:168