Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsIFrameOnlyManifest
-
Packages that use HlsIFrameOnlyManifest Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsIFrameOnlyManifest in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsIFrameOnlyManifest Modifier and Type Method Description static HlsIFrameOnlyManifestHlsIFrameOnlyManifest. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsIFrameOnlyManifestHlsSettings. iFrameOnlyManifest()Choose Include to have MediaConvert generate a child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition.static HlsIFrameOnlyManifestHlsIFrameOnlyManifest. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsIFrameOnlyManifest[]HlsIFrameOnlyManifest. 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 HlsIFrameOnlyManifest Modifier and Type Method Description static Set<HlsIFrameOnlyManifest>HlsIFrameOnlyManifest. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsIFrameOnlyManifest Modifier and Type Method Description HlsSettings.BuilderHlsSettings.Builder. iFrameOnlyManifest(HlsIFrameOnlyManifest iFrameOnlyManifest)Choose Include to have MediaConvert generate a child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition.
-