Enum gst_plugin::base_transform::BaseTransformMode [] [src]

pub enum BaseTransformMode {
    AlwaysInPlace,
    NeverInPlace,
    Both,
}

Variants