Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
static MovMpeg2FourCCControl |
MovMpeg2FourCCControl.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MovMpeg2FourCCControl |
MovSettings.mpeg2FourCCControl()
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
static MovMpeg2FourCCControl |
MovMpeg2FourCCControl.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.
|
Modifier and Type | Method and Description |
---|---|
static Set<MovMpeg2FourCCControl> |
MovMpeg2FourCCControl.knownValues()
|
Modifier and Type | Method and Description |
---|---|
MovSettings.Builder |
MovSettings.Builder.mpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
Copyright © 2022. All rights reserved.