tune property
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 H265CodecSettings
message.
Implementation
@$pb.TagNumber(18)
$core.String get tune => $_getSZ(17);
Implementation
@$pb.TagNumber(18)
set tune($core.String v) {
$_setString(17, v);
}