Module vapoursynth::prelude
source · [−]Expand description
The VapourSynth prelude.
Contains the types you most likely want to import anyway.
Re-exports
pub use super::api::MessageType;
pub use super::api::API;
pub use super::component::Component;
pub use super::format::ColorFamily;
pub use super::format::PresetFormat;
pub use super::format::SampleType;
pub use super::frame::Frame;
pub use super::frame::FrameRef;
pub use super::frame::FrameRefMut;
pub use super::map::Map;
pub use super::map::OwnedMap;
pub use super::node::Node;
pub use super::plugin::Plugin;
pub use super::video_info::Property;
pub use super::vsscript;
Structs
A wrapper for the VSScript environment.
A container for a get_frame
error.