allowOpenGop property

  1. @TagNumber.new(8)
bool get allowOpenGop

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);
  1. @TagNumber.new(8)
set allowOpenGop (bool v)

Implementation

@$pb.TagNumber(8)
set allowOpenGop($core.bool v) {
  $_setBool(7, v);
}