preset property

  1. @TagNumber.new(20)
String get preset

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 H264CodecSettings message.

Implementation

@$pb.TagNumber(20)
$core.String get preset => $_getSZ(19);
  1. @TagNumber.new(20)
set preset (String v)

Implementation

@$pb.TagNumber(20)
set preset($core.String v) { $_setString(19, v); }