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