preset property
Enforces the specified codec preset. The default is veryfast. The
available options are
FFmpeg-compatible.
Note that certain values for this field may cause the
transcoder to override other fields you set in the H265CodecSettings
message.
Implementation
@$pb.TagNumber(19)
$core.String get preset => $_getSZ(18);
Implementation
@$pb.TagNumber(19)
set preset($core.String v) { $_setString(18, v); }