Enum DashIsoSegmentLengthControl

java.lang.Object
java.lang.Enum<DashIsoSegmentLengthControl>
software.amazon.awssdk.services.mediaconvert.model.DashIsoSegmentLengthControl
All Implemented Interfaces:
Serializable, Comparable<DashIsoSegmentLengthControl>

@Generated("software.amazon.awssdk:codegen") public enum DashIsoSegmentLengthControl extends Enum<DashIsoSegmentLengthControl>
Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.