menu
ffmpeg_helper package
documentation
ffmpeg/args/trim_arg.dart
TrimArgument
TrimArgument.new const constructor
TrimArgument.new const constructor
dark_mode
light_mode
TrimArgument
constructor
const
TrimArgument
(
{
required
Duration
start
,
required
Duration
end
,
})
Implementation
const TrimArgument({ required this.start, required this.end, });
ffmpeg_helper package
documentation
ffmpeg/args/trim_arg
TrimArgument
TrimArgument.new const constructor
TrimArgument class