Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafMpdProfile
-
Packages that use CmafMpdProfile Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafMpdProfile in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafMpdProfile Modifier and Type Method Description static CmafMpdProfileCmafMpdProfile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafMpdProfileCmafGroupSettings. mpdProfile()Specify whether your DASH profile is on-demand or main.static CmafMpdProfileCmafMpdProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafMpdProfile[]CmafMpdProfile. 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 CmafMpdProfile Modifier and Type Method Description static Set<CmafMpdProfile>CmafMpdProfile. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafMpdProfile Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. mpdProfile(CmafMpdProfile mpdProfile)Specify whether your DASH profile is on-demand or main.
-