Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsSegmentControl
-
Packages that use HlsSegmentControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsSegmentControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsSegmentControl Modifier and Type Method Description static HlsSegmentControlHlsSegmentControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsSegmentControlHlsGroupSettings. segmentControl()When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.static HlsSegmentControlHlsSegmentControl. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsSegmentControl[]HlsSegmentControl. 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 HlsSegmentControl Modifier and Type Method Description static Set<HlsSegmentControl>HlsSegmentControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsSegmentControl Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. segmentControl(HlsSegmentControl segmentControl)When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.
-