parity property

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

Implementation

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