segmentDuration property
Duration of the segments in seconds. The default is 6.0s. Note that
segmentDuration must be greater than or equal to
gopDuration, and segmentDuration must be divisible by
gopDuration.
Implementation
@$pb.TagNumber(1)
$10.Duration get segmentDuration => $_getN(0);
Implementation
@$pb.TagNumber(1)
set segmentDuration($10.Duration v) { setField(1, v); }