Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafWriteDASHManifest
-
Packages that use CmafWriteDASHManifest Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafWriteDASHManifest in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafWriteDASHManifest Modifier and Type Method Description static CmafWriteDASHManifestCmafWriteDASHManifest. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmafWriteDASHManifestCmafWriteDASHManifest. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafWriteDASHManifest[]CmafWriteDASHManifest. values()Returns an array containing the constants of this enum type, in the order they are declared.CmafWriteDASHManifestCmafGroupSettings. writeDashManifest()When set to ENABLED, a DASH MPD manifest will be generated for this output.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmafWriteDASHManifest Modifier and Type Method Description static Set<CmafWriteDASHManifest>CmafWriteDASHManifest. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafWriteDASHManifest Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. writeDashManifest(CmafWriteDASHManifest writeDashManifest)When set to ENABLED, a DASH MPD manifest will be generated for this output.
-