gopDuration property

  1. @TagNumber.new(9)
Duration get gopDuration

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(9)
$10.Duration get gopDuration => $_getN(8);
  1. @TagNumber.new(9)
set gopDuration (Duration v)

Implementation

@$pb.TagNumber(9)
set gopDuration($10.Duration v) { setField(9, v); }