|
MLT
7.34.0
|
Property class definition. More...
#include "mlt_property.h"#include "mlt_animation.h"#include "mlt_properties.h"#include <float.h>#include <locale.h>#include <math.h>#include <pthread.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Data Structures | |
| struct | mlt_property_s |
| Property class. More... | |
Macros | |
| #define | _GNU_SOURCE |
| #define | NEED_LOCALE_SAVE_RESTORE 1 |
Enumerations | |
| enum | mlt_property_type { mlt_prop_none = 0 , mlt_prop_int = 1 , mlt_prop_string = 2 , mlt_prop_position = 4 , mlt_prop_double = 8 , mlt_prop_data = 16 , mlt_prop_int64 = 32 , mlt_prop_rect = 64 , mlt_prop_color = 128 } |
| Bit pattern used internally to indicated representations available. More... | |
Functions | |
| static mlt_time_format | default_time_format () |
Property class definition.
Copyright (C) 2003-2025 Meltytech, LLC
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
| #define _GNU_SOURCE |
| #define NEED_LOCALE_SAVE_RESTORE 1 |
| enum mlt_property_type |
Bit pattern used internally to indicated representations available.
| Enumerator | |
|---|---|
| mlt_prop_none | not set |
| mlt_prop_int | set as an integer |
| mlt_prop_string | set as string or already converted to string |
| mlt_prop_position | set as a position |
| mlt_prop_double | set as a floating point |
| mlt_prop_data | set as opaque binary |
| mlt_prop_int64 | set as a 64-bit integer |
| mlt_prop_rect | set as a mlt_rect |
| mlt_prop_color | set as a mlt_color |
|
static |