Uses of Class
software.amazon.awssdk.services.medialive.model.HlsRedundantManifest
-
Packages that use HlsRedundantManifest Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of HlsRedundantManifest in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return HlsRedundantManifest Modifier and Type Method Description static HlsRedundantManifestHlsRedundantManifest. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsRedundantManifestHlsGroupSettings. redundantManifest()ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline.static HlsRedundantManifestHlsRedundantManifest. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsRedundantManifest[]HlsRedundantManifest. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type HlsRedundantManifest Modifier and Type Method Description static Set<HlsRedundantManifest>HlsRedundantManifest. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type HlsRedundantManifest Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. redundantManifest(HlsRedundantManifest redundantManifest)ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline.
-