ResizeComposition class

Inheritance

Constructors

ResizeComposition({required Composition content, Size? contentDimensions})

Properties

content Composition
finalinherited
contentDimensions Size?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(FfmpegBuilder builder, CompositionSettings settings) Future<FfmpegStream>
Adds this composition to the composition tree in the given builder.
override
computeIntrinsicDuration() Future<Duration>
Computes the natural, or intrinsic, duration of this composition.
inherited
computeIntrinsicSize() Future<VideoSize>
Computes the natural, or intrinsic, size of this composition.
inherited
createDiagnosticsNode() DiagnosticsNode
override
hasAudio() Future<bool>
Whether this composition includes any audio streams.
inherited
hasVideo() Future<bool>
Whether this composition includes any video frames.
inherited
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