segmentDuration property

  1. @TagNumber.new(1)
Duration get segmentDuration

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);
  1. @TagNumber.new(1)
set segmentDuration (Duration v)

Implementation

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