Expand description
Defines additional types related to Overlay.
Modules§
Structs§
- Animation
- Animation types.
- Animation
End - End previous overlay animation from the video. Without
AnimationEnd
, the overlay object will keep the state of previous animation until the end of the video. - Animation
Fade - Display overlay object with fade animation.
- Animation
Static - Display static overlay object.
- Image
- Overlaid image.
- Normalized
Coordinate - 2D normalized coordinates. Default:
{0.0, 0.0}
Enums§
- Fade
Type - Fade type for the overlay:
FADE_IN
orFADE_OUT
.