FadeFilter class

Fades a given video stream.

Implemented types

Constructors

FadeFilter({String? type, String? startFrame, String? nbFrames, int? alpha, Duration? startTime, Duration? duration, String? color})
const

Properties

alpha int?
Fade only alpha channel
final
color String?
The color of the fade (default is black)
final
duration Duration?
The number of seconds for which the fade effect lasts
final
hashCode int
The hash code for this object.
no setterinherited
nbFrames String?
The number of frames that the effect lasts (default is 25)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startFrame String?
The frame to start the fade effect (default is 0)
final
startTime Duration?
The timestamp of the frame to start the fade effect (default is 0)
final
type String?
Effect type (default is in)
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