profile property
Enforces the specified codec profile. The following profiles are supported:
profile0(default)profile1profile2profile3
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);
Implementation
@$pb.TagNumber(10)
set profile($core.String v) { $_setString(9, v); }