Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsAdMarkers
-
Packages that use HlsAdMarkers Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsAdMarkers in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsAdMarkers Modifier and Type Method Description static HlsAdMarkersHlsAdMarkers. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HlsAdMarkersHlsAdMarkers. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsAdMarkers[]HlsAdMarkers. 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 HlsAdMarkers Modifier and Type Method Description List<HlsAdMarkers>HlsGroupSettings. adMarkers()Choose one or more ad marker types to decorate your Apple HLS manifest.static Set<HlsAdMarkers>HlsAdMarkers. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsAdMarkers Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. adMarkers(HlsAdMarkers... adMarkers)Choose one or more ad marker types to decorate your Apple HLS manifest.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type HlsAdMarkers Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. adMarkers(Collection<HlsAdMarkers> adMarkers)Choose one or more ad marker types to decorate your Apple HLS manifest.
-