gopDuration property
Select the GOP size based on the specified duration. The default is
3s. Note that gopDuration must be less than or equal to
segmentDuration, and
segmentDuration must be divisible by
gopDuration.
Implementation
@$pb.TagNumber(10)
$10.Duration get gopDuration => $_getN(9);
Implementation
@$pb.TagNumber(10)
set gopDuration($10.Duration v) { setField(10, v); }