Public Member Functions | |
| AVSValue () | |
| AVSValue (IClip *c) | |
| AVSValue (const PClip &c) | |
| AVSValue (bool b) | |
| AVSValue (int i) | |
| AVSValue (float f) | |
| AVSValue (double f) | |
| AVSValue (const char *s) | |
| AVSValue (const AVSValue *a, int size) | |
| AVSValue (const AVSValue &v) | |
| ~AVSValue () | |
| AVSValue & | operator= (const AVSValue &v) |
| bool | Defined () const |
| bool | IsClip () const |
| bool | IsBool () const |
| bool | IsInt () const |
| bool | IsFloat () const |
| bool | IsString () const |
| bool | IsArray () const |
| PClip | AsClip () const |
| bool | AsBool () const |
| int | AsInt () const |
| const char * | AsString () const |
| double | AsFloat () const |
| bool | AsBool (bool def) const |
| int | AsInt (int def) const |
| double | AsFloat (double def) const |
| const char * | AsString (const char *def) const |
| int | ArraySize () const |
| const AVSValue & | operator[] (int index) const |
Definition at line 744 of file plugins.cpp.
1.4.5