Module plugins

Module plugins 

Source
Expand description

Things related to making VapourSynth plugins.

Modules§

ffi
Internal stuff for plugin FFI handling.

Structs§

FrameContext
A frame context used in filters.
Metadata
Plugin metadata.

Traits§

Filter
A filter interface.
FilterArgument
An internal trait representing a filter argument type.
FilterFunction
A filter function interface.
FilterParameter
An internal trait representing a filter parameter type (argument type + whether it’s an array or optional).