Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MovMpeg2FourCCControl
-
Packages that use MovMpeg2FourCCControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MovMpeg2FourCCControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MovMpeg2FourCCControl Modifier and Type Method Description static MovMpeg2FourCCControlMovMpeg2FourCCControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MovMpeg2FourCCControlMovSettings. mpeg2FourCCControl()When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.static MovMpeg2FourCCControlMovMpeg2FourCCControl. valueOf(String name)Returns the enum constant of this type with the specified name.static MovMpeg2FourCCControl[]MovMpeg2FourCCControl. 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 MovMpeg2FourCCControl Modifier and Type Method Description static Set<MovMpeg2FourCCControl>MovMpeg2FourCCControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MovMpeg2FourCCControl Modifier and Type Method Description MovSettings.BuilderMovSettings.Builder. mpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
-