FFmpeg
|
#include <avisynth_c.h>
Data Fields | |
short | type |
short | array_size |
union { | |
void * clip | |
char boolean | |
int integer | |
float floating_pt | |
const char * string | |
const AVS_Value * array | |
} | d |
union { | |
void * clip | |
char boolean | |
int integer | |
INT64 integer64 | |
float floating_pt | |
const char * string | |
const AVS_Value * array | |
} | d |
Definition at line 504 of file avisynth_c.h.
short AVS_Value::type |
Definition at line 505 of file avisynth_c.h.
Referenced by avs_defined(), avs_is_array(), avs_is_bool(), avs_is_clip(), avs_is_error(), avs_is_float(), avs_is_int(), avs_is_string(), avs_new_value_array(), avs_new_value_bool(), avs_new_value_error(), avs_new_value_float(), avs_new_value_int(), and avs_new_value_string().
short AVS_Value::array_size |
Definition at line 507 of file avisynth_c.h.
Referenced by avs_array_size(), and avs_new_value_array().
void* AVS_Value::clip |
Definition at line 509 of file avisynth_c.h.
char AVS_Value::boolean |
Definition at line 510 of file avisynth_c.h.
Referenced by avs_as_bool(), and avs_new_value_bool().
int AVS_Value::integer |
Definition at line 511 of file avisynth_c.h.
Referenced by avs_as_float(), avs_as_int(), and avs_new_value_int().
float AVS_Value::floating_pt |
Definition at line 512 of file avisynth_c.h.
Referenced by avs_as_float(), and avs_new_value_float().
const char* AVS_Value::string |
Definition at line 513 of file avisynth_c.h.
Referenced by avs_as_error(), avs_as_string(), avs_new_value_error(), and avs_new_value_string().
const AVS_Value* AVS_Value::array |
Definition at line 514 of file avisynth_c.h.
Referenced by avs_array_elt(), avs_as_array(), and avs_new_value_array().
union { ... } AVS_Value::d |
INT64 AVS_Value::integer64 |
Definition at line 461 of file avxsynth_c.h.
union { ... } AVS_Value::d |