| 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 | 
Detailed Description
Definition at line 503 of file avisynth_c.h.
Field Documentation
| const AVS_Value* AVS_Value::array | 
Definition at line 513 of file avisynth_c.h.
Referenced by avs_array_elt(), avs_as_array(), and avs_new_value_array().
| short AVS_Value::array_size | 
Definition at line 506 of file avisynth_c.h.
Referenced by avs_array_size(), and avs_new_value_array().
| char AVS_Value::boolean | 
Definition at line 509 of file avisynth_c.h.
Referenced by avs_as_bool(), and avs_new_value_bool().
| void* AVS_Value::clip | 
Definition at line 508 of file avisynth_c.h.
| union { ... } AVS_Value::d | 
| union { ... } AVS_Value::d | 
| float AVS_Value::floating_pt | 
Definition at line 511 of file avisynth_c.h.
Referenced by avs_as_float(), and avs_new_value_float().
| int AVS_Value::integer | 
Definition at line 510 of file avisynth_c.h.
Referenced by avs_as_float(), avs_as_int(), and avs_new_value_int().
| INT64 AVS_Value::integer64 | 
Definition at line 460 of file avxsynth_c.h.
| const char* AVS_Value::string | 
Definition at line 512 of file avisynth_c.h.
Referenced by avs_as_error(), avs_as_string(), avs_new_value_error(), and avs_new_value_string().
| short AVS_Value::type | 
Definition at line 504 of file avisynth_c.h.
Referenced by 7digital-python.lockerEndpoint.LockerRelease::__init__(), 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().
The documentation for this struct was generated from the following files:
Generated by
 1.8.11
 1.8.11