[][src]Enum gstreamer_editing_services::VideoStandardTransitionType

#[non_exhaustive]pub enum VideoStandardTransitionType {
    None,
    BarWipeLr,
    BarWipeTb,
    BoxWipeTl,
    BoxWipeTr,
    BoxWipeBr,
    BoxWipeBl,
    FourBoxWipeCi,
    FourBoxWipeCo,
    BarndoorV,
    BarndoorH,
    BoxWipeTc,
    BoxWipeRc,
    BoxWipeBc,
    BoxWipeLc,
    DiagonalTl,
    DiagonalTr,
    BowtieV,
    BowtieH,
    BarndoorDbl,
    BarndoorDtl,
    MiscDiagonalDbd,
    MiscDiagonalDd,
    VeeD,
    VeeL,
    VeeU,
    VeeR,
    BarnveeD,
    BarnveeL,
    BarnveeU,
    BarnveeR,
    IrisRect,
    ClockCw12,
    ClockCw3,
    ClockCw6,
    ClockCw9,
    PinwheelTbv,
    PinwheelTbh,
    PinwheelFb,
    FanCt,
    FanCr,
    DoublefanFov,
    DoublefanFoh,
    SinglesweepCwt,
    SinglesweepCwr,
    SinglesweepCwb,
    SinglesweepCwl,
    DoublesweepPv,
    DoublesweepPd,
    DoublesweepOv,
    DoublesweepOh,
    FanT,
    FanR,
    FanB,
    FanL,
    DoublefanFiv,
    DoublefanFih,
    SinglesweepCwtl,
    SinglesweepCwbl,
    SinglesweepCwbr,
    SinglesweepCwtr,
    DoublesweepPdtl,
    DoublesweepPdbl,
    SaloondoorT,
    SaloondoorL,
    SaloondoorB,
    SaloondoorR,
    WindshieldR,
    WindshieldU,
    WindshieldV,
    WindshieldH,
    Crossfade,
    // some variants omitted
}

Variants (Non-exhaustive)

Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
None

Transition type has not been set,

BarWipeLr

A bar moves from left to right,

BarWipeTb

A bar moves from top to bottom,

BoxWipeTl

A box expands from the upper-left corner to the lower-right corner,

BoxWipeTr

A box expands from the upper-right corner to the lower-left corner,

BoxWipeBr

A box expands from the lower-right corner to the upper-left corner,

BoxWipeBl

A box expands from the lower-left corner to the upper-right corner,

FourBoxWipeCi

A box shape expands from each of the four corners toward the center,

FourBoxWipeCo

A box shape expands from the center of each quadrant toward the corners of each quadrant,

BarndoorV

A central, vertical line splits and expands toward the left and right edges,

BarndoorH

A central, horizontal line splits and expands toward the top and bottom edges,

BoxWipeTc

A box expands from the top edge's midpoint to the bottom corners,

BoxWipeRc

A box expands from the right edge's midpoint to the left corners,

BoxWipeBc

A box expands from the bottom edge's midpoint to the top corners,

BoxWipeLc

A box expands from the left edge's midpoint to the right corners,

DiagonalTl

A diagonal line moves from the upper-left corner to the lower-right corner,

DiagonalTr

A diagonal line moves from the upper right corner to the lower-left corner,

BowtieV

Two wedge shapes slide in from the top and bottom edges toward the center,

BowtieH

Two wedge shapes slide in from the left and right edges toward the center,

BarndoorDbl

A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners,

BarndoorDtl

A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners,

MiscDiagonalDbd

Four wedge shapes split from the center and retract toward the four edges,

MiscDiagonalDd

A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges,

VeeD

A wedge shape moves from top to bottom,

VeeL

A wedge shape moves from right to left,

VeeU

A wedge shape moves from bottom to top,

VeeR

A wedge shape moves from left to right,

BarnveeD

A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges,

BarnveeL

A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges,

BarnveeU

A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges,

BarnveeR

A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges,

IrisRect

A rectangle expands from the center.,

ClockCw12

A radial hand sweeps clockwise from the twelve o'clock position,

ClockCw3

A radial hand sweeps clockwise from the three o'clock position,

ClockCw6

A radial hand sweeps clockwise from the six o'clock position,

ClockCw9

A radial hand sweeps clockwise from the nine o'clock position,

PinwheelTbv

Two radial hands sweep clockwise from the twelve and six o'clock positions,

PinwheelTbh

Two radial hands sweep clockwise from the nine and three o'clock positions,

PinwheelFb

Four radial hands sweep clockwise,

FanCt

A fan unfolds from the top edge, the fan axis at the center,

FanCr

A fan unfolds from the right edge, the fan axis at the center,

DoublefanFov

Two fans, their axes at the center, unfold from the top and bottom,

DoublefanFoh

Two fans, their axes at the center, unfold from the left and right,

SinglesweepCwt

A radial hand sweeps clockwise from the top edge's midpoint,

SinglesweepCwr

A radial hand sweeps clockwise from the right edge's midpoint,

SinglesweepCwb

A radial hand sweeps clockwise from the bottom edge's midpoint,

SinglesweepCwl

A radial hand sweeps clockwise from the left edge's midpoint,

DoublesweepPv

Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints,

DoublesweepPd

Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints,

DoublesweepOv

Two radial hands attached at the top and bottom edges' midpoints sweep from right to left,

DoublesweepOh

Two radial hands attached at the left and right edges' midpoints sweep from top to bottom,

FanT

A fan unfolds from the bottom, the fan axis at the top edge's midpoint,

FanR

A fan unfolds from the left, the fan axis at the right edge's midpoint,

FanB

A fan unfolds from the top, the fan axis at the bottom edge's midpoint,

FanL

A fan unfolds from the right, the fan axis at the left edge's midpoint,

DoublefanFiv

Two fans, their axes at the top and bottom, unfold from the center,

DoublefanFih

Two fans, their axes at the left and right, unfold from the center,

SinglesweepCwtl

A radial hand sweeps clockwise from the upper-left corner,

SinglesweepCwbl

A radial hand sweeps counter-clockwise from the lower-left corner.,

SinglesweepCwbr

A radial hand sweeps clockwise from the lower-right corner,

SinglesweepCwtr

A radial hand sweeps counter-clockwise from the upper-right corner,

DoublesweepPdtl

Two radial hands attached at the upper-left and lower-right corners sweep down and up,

DoublesweepPdbl

Two radial hands attached at the lower-left and upper-right corners sweep down and up,

SaloondoorT

Two radial hands attached at the upper-left and upper-right corners sweep down,

SaloondoorL

Two radial hands attached at the upper-left and lower-left corners sweep to the right,

SaloondoorB

Two radial hands attached at the lower-left and lower-right corners sweep up,

SaloondoorR

Two radial hands attached at the upper-right and lower-right corners sweep to the left,

WindshieldR

Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left,

WindshieldU

Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom,

WindshieldV

Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top,

WindshieldH

Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left,

Crossfade

Crossfade

Trait Implementations

impl Clone for VideoStandardTransitionType[src]

impl Copy for VideoStandardTransitionType[src]

impl Debug for VideoStandardTransitionType[src]

impl Eq for VideoStandardTransitionType[src]

impl<'a> FromValue<'a> for VideoStandardTransitionType[src]

impl<'a> FromValueOptional<'a> for VideoStandardTransitionType[src]

impl Hash for VideoStandardTransitionType[src]

impl Ord for VideoStandardTransitionType[src]

impl PartialEq<VideoStandardTransitionType> for VideoStandardTransitionType[src]

impl PartialOrd<VideoStandardTransitionType> for VideoStandardTransitionType[src]

impl SetValue for VideoStandardTransitionType[src]

impl StaticType for VideoStandardTransitionType[src]

impl StructuralEq for VideoStandardTransitionType[src]

impl StructuralPartialEq for VideoStandardTransitionType[src]

Auto Trait Implementations

impl RefUnwindSafe for VideoStandardTransitionType

impl Send for VideoStandardTransitionType

impl Sync for VideoStandardTransitionType

impl Unpin for VideoStandardTransitionType

impl UnwindSafe for VideoStandardTransitionType

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.