CompositionBuilder class

Builds video Compositions into FfmpegCommands that can be run in a process to render the desired video.

Constructors

CompositionBuilder({LogLevel logLevel = LogLevel.warning})

Properties

hashCode int
The hash code for this object.
no setterinherited
logLevel → LogLevel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(Composition composition, {required Size size, required String outputPath}) Future<FfmpegCommand>
Builds an FfmpegCommand that renders the given composition.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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