gopDuration property

String? gopDuration
getter/setter pair

Select the GOP size based on the specified duration.

The default is "3s". Note that gopDuration must be less than or equal to [segmentDuration](#SegmentSettings), and [segmentDuration](#SegmentSettings) must be divisible by gopDuration.

Implementation

core.String? gopDuration;