Type Alias vapoursynth4_rs::node::CacheMode

source ·
pub type CacheMode = VSCacheMode;

Aliased Type§

enum CacheMode {
    Auto,
    ForceDisable,
    ForceEnable,
}

Variants§

§

Auto

Cache is enabled or disabled based on the reported request patterns and number of consumers.

§

ForceDisable

Never cache anything.

§

ForceEnable

Always use the cache.