FFmpeg
Data Fields
AVS_Value Struct Reference

#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

Examples:
doc/examples/filtering_audio.c, and doc/examples/filtering_video.c.

Definition at line 503 of file avisynth_c.h.

Field Documentation

short AVS_Value::type

Definition at line 504 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 506 of file avisynth_c.h.

Referenced by avs_array_size(), and avs_new_value_array().

void* AVS_Value::clip

Definition at line 508 of file avisynth_c.h.

char AVS_Value::boolean

Definition at line 509 of file avisynth_c.h.

Referenced by avs_as_bool(), and avs_new_value_bool().

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().

float AVS_Value::floating_pt

Definition at line 511 of file avisynth_c.h.

Referenced by avs_as_float(), and avs_new_value_float().

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().

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().

union { ... } AVS_Value::d

Referenced by avs_array_elt(), avs_as_array(), avs_as_bool(), avs_as_error(), avs_as_float(), avs_as_int(), avs_as_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().

INT64 AVS_Value::integer64

Definition at line 460 of file avxsynth_c.h.

union { ... } AVS_Value::d

The documentation for this struct was generated from the following files:

Generated on Wed Jul 10 2013 23:48:35 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /