Enum gst_plugin::base_transform::BaseTransformMode [−][src]
pub enum BaseTransformMode {
AlwaysInPlace,
NeverInPlace,
Both,
}Variants
AlwaysInPlaceNeverInPlaceBoth
Auto Trait Implementations
impl Send for BaseTransformMode
impl Send for BaseTransformModeimpl Sync for BaseTransformMode
impl Sync for BaseTransformMode