ConcatFilter class

Combines a list of video and audio streams in series into a single set of video and audio output streams.

Implemented types

Constructors

ConcatFilter({int? segmentCount, required int outputVideoStreamCount, required int outputAudioStreamCount})

Properties

hashCode int
The hash code for this object.
no setterinherited
outputAudioStreamCount int
Number of output audio streams
final
outputVideoStreamCount int
Number of output video streams
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentCount int?
Number of segments (defaults to 2)
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