tune property

  1. @TagNumber.new(19)
String get tune

Enforces the specified codec tune. 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(19)
$core.String get tune => $_getSZ(18);
  1. @TagNumber.new(19)
set tune (String v)

Implementation

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