allowOpenGop property
Specifies whether an open Group of Pictures (GOP) structure should be
allowed or not. The default is false.
Implementation
@$pb.TagNumber(8)
$core.bool get allowOpenGop => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set allowOpenGop($core.bool v) { $_setBool(7, v); }