Expand description
Things related to making VapourSynth plugins.
Modules§
- ffi
- Internal stuff for plugin FFI handling.
Structs§
- Frame
Context - A frame context used in filters.
- Metadata
- Plugin metadata.
Traits§
- Filter
- A filter interface.
- Filter
Argument - An internal trait representing a filter argument type.
- Filter
Function - A filter function interface.
- Filter
Parameter - An internal trait representing a filter parameter type (argument type + whether it’s an array or optional).