Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsOutputSelection
-
Packages that use HlsOutputSelection Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsOutputSelection in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsOutputSelection Modifier and Type Method Description static HlsOutputSelectionHlsOutputSelection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsOutputSelectionHlsGroupSettings. outputSelection()Indicates whether the .m3u8 manifest file should be generated for this HLS output group.static HlsOutputSelectionHlsOutputSelection. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsOutputSelection[]HlsOutputSelection. 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 HlsOutputSelection Modifier and Type Method Description static Set<HlsOutputSelection>HlsOutputSelection. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsOutputSelection Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. outputSelection(HlsOutputSelection outputSelection)Indicates whether the .m3u8 manifest file should be generated for this HLS output group.
-