parity property

  1. @TagNumber.new(2)
String get parity

The picture field parity assumed for the input interlaced video. The default is auto. Supported values:

  • tff: Assume the top field is first
  • bff: Assume the bottom field is first
  • auto: Enable automatic detection of field parity

Implementation

@$pb.TagNumber(2)
$core.String get parity => $_getSZ(1);
  1. @TagNumber.new(2)
set parity (String v)

Implementation

@$pb.TagNumber(2)
set parity($core.String v) { $_setString(1, v); }