InputClippingSettings class
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
Constructors
- InputClippingSettings({required InputTimecodeSource inputTimecodeSource, StartTimecode? startTimecode, StopTimecode? stopTimecode})
-
InputClippingSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputTimecodeSource → InputTimecodeSource
-
The source of the timecodes in the source being clipped.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTimecode → StartTimecode?
-
Settings to identify the start of the clip.
final
- stopTimecode → StopTimecode?
-
Settings to identify the end of the clip.
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