profile property

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

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

  • profile0 (default)
  • profile1
  • profile2
  • profile3

The available options are WebM-compatible. Note that certain values for this field may cause the transcoder to override other fields you set in the Vp9CodecSettings message.

Implementation

@$pb.TagNumber(10)
$core.String get profile => $_getSZ(9);
  1. @TagNumber.new(10)
set profile (String v)

Implementation

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