OverlayFilter class

Overlays one video on top of another.

First video stream is the "main" and the second video stream is the "overlay".

Implemented types

Constructors

OverlayFilter({int? x, int? y, String? eofAction, int? shortest, int? overlayW, int? overlayH, int? inputFrameCount, Duration? timestamp})
const

Properties

eofAction String?
The action to take when EOF is encountered on the secondary input
final
hashCode int
The hash code for this object.
no setterinherited
inputFrameCount int?
The number of input frames
final
overlayH int?
Overlay height
final
overlayW int?
Overlay width
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortest int?
Force the output to terminate when the shortest input terminates
final
timestamp Duration?
The timestamp of when the overlay is displayed
final
x int?
x-position of the image taken from the top left corner
final
y int?
y-position of the image taken from the top left corner
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCli() String
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited