parity property
The picture field parity assumed for the input interlaced video.
The default is auto.
Supported values:
tff: Assume the top field is firstbff: Assume the bottom field is firstauto: Enable automatic detection of field parity
Implementation
@$pb.TagNumber(3)
$core.String get parity => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set parity($core.String v) { $_setString(2, v); }