TPadFilter class

Adds padding frames to a given video stream.

Implemented types

Constructors

TPadFilter({int? start, int? stop, Duration? startDuration, Duration? stopDuration, String? startMode, String? stopMode, String? color})
const

Properties

color String?
Time delay added after end of the stream
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int?
Number of frames to add before video content.
final
startDuration Duration?
Time delay added before playing the stream
final
startMode String?
Kind of frames added to beginning of stream
final
stop int?
Number of frames to add after video content.
final
stopDuration Duration?
Time delay added after end of the stream
final
stopMode String?
Kind of frames added to end of stream
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