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