Uses of Class
software.amazon.awssdk.services.medialive.model.Mpeg2SubGopLength
-
Packages that use Mpeg2SubGopLength Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Mpeg2SubGopLength in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Mpeg2SubGopLength Modifier and Type Method Description static Mpeg2SubGopLengthMpeg2SubGopLength. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Mpeg2SubGopLengthMpeg2Settings. subgopLength()Relates to the GOP structure.static Mpeg2SubGopLengthMpeg2SubGopLength. valueOf(String name)Returns the enum constant of this type with the specified name.static Mpeg2SubGopLength[]Mpeg2SubGopLength. 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 Mpeg2SubGopLength Modifier and Type Method Description static Set<Mpeg2SubGopLength>Mpeg2SubGopLength. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Mpeg2SubGopLength Modifier and Type Method Description Mpeg2Settings.BuilderMpeg2Settings.Builder. subgopLength(Mpeg2SubGopLength subgopLength)Relates to the GOP structure.
-