Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Xavc4kProfileCodecProfile
-
Packages that use Xavc4kProfileCodecProfile Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Xavc4kProfileCodecProfile in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Xavc4kProfileCodecProfile Modifier and Type Method Description Xavc4kProfileCodecProfileXavc4kProfileSettings. codecProfile()Specify the codec profile for this output.static Xavc4kProfileCodecProfileXavc4kProfileCodecProfile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Xavc4kProfileCodecProfileXavc4kProfileCodecProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static Xavc4kProfileCodecProfile[]Xavc4kProfileCodecProfile. 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 Xavc4kProfileCodecProfile Modifier and Type Method Description static Set<Xavc4kProfileCodecProfile>Xavc4kProfileCodecProfile. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Xavc4kProfileCodecProfile Modifier and Type Method Description Xavc4kProfileSettings.BuilderXavc4kProfileSettings.Builder. codecProfile(Xavc4kProfileCodecProfile codecProfile)Specify the codec profile for this output.
-