Uses of Class
software.amazon.awssdk.services.medialive.model.Mpeg2ScanType
-
Packages that use Mpeg2ScanType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Mpeg2ScanType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Mpeg2ScanType Modifier and Type Method Description static Mpeg2ScanTypeMpeg2ScanType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Mpeg2ScanTypeMpeg2Settings. scanType()Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).static Mpeg2ScanTypeMpeg2ScanType. valueOf(String name)Returns the enum constant of this type with the specified name.static Mpeg2ScanType[]Mpeg2ScanType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Mpeg2ScanType Modifier and Type Method Description static Set<Mpeg2ScanType>Mpeg2ScanType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Mpeg2ScanType Modifier and Type Method Description Mpeg2Settings.BuilderMpeg2Settings.Builder. scanType(Mpeg2ScanType scanType)Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
-