StopTimecode class

Settings to identify the end of the clip.

Constructors

StopTimecode({LastFrameClippingBehavior? lastFrameClippingBehavior, String? timecode})
StopTimecode.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastFrameClippingBehavior LastFrameClippingBehavior?
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timecode String?
The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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