Mix effects video transition types.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public enum VideoTransition
Visual Basic (Declaration)
Public Enumeration VideoTransition
Visual C++
public enum class VideoTransition

Members

Member nameDescription
None
No transition (just cut)
Dissolve
Dissolve between 2 video tracks (available with both flying and playlist mix effects)
FadeFromMatte
Fade from matte color to video (available with playlist section mix effects only)
FadeToMatte
Fade from video to matte color (available with playlist section mix effects only)
FadeThruMatte
Fade from video to matte color to video (available with both flying and playlist mix effects)

See Also