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(2)
$core.String get parity => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set parity($core.String v) { $_setString(1, v); }