Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsCaptionSegmentLengthControl
-
Packages that use HlsCaptionSegmentLengthControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsCaptionSegmentLengthControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsCaptionSegmentLengthControl Modifier and Type Method Description HlsCaptionSegmentLengthControl
HlsGroupSettings. captionSegmentLengthControl()
Set Caption segment length control to Match video to create caption segments that align with the video segments from the first video output in this output group.static HlsCaptionSegmentLengthControl
HlsCaptionSegmentLengthControl. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HlsCaptionSegmentLengthControl
HlsCaptionSegmentLengthControl. valueOf(String name)
Returns the enum constant of this type with the specified name.static HlsCaptionSegmentLengthControl[]
HlsCaptionSegmentLengthControl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type HlsCaptionSegmentLengthControl Modifier and Type Method Description static Set<HlsCaptionSegmentLengthControl>
HlsCaptionSegmentLengthControl. knownValues()
Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsCaptionSegmentLengthControl Modifier and Type Method Description HlsGroupSettings.Builder
HlsGroupSettings.Builder. captionSegmentLengthControl(HlsCaptionSegmentLengthControl captionSegmentLengthControl)
Set Caption segment length control to Match video to create caption segments that align with the video segments from the first video output in this output group.
-