profile property

  1. @TagNumber.new(18)
String get profile

Enforces the specified codec profile. The following profiles are supported:

  • baseline
  • main
  • high (default)

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(18)
$core.String get profile => $_getSZ(17);
  1. @TagNumber.new(18)
set profile (String v)

Implementation

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