Uses of Class
software.amazon.awssdk.services.medialive.model.Mp2CodingMode
-
Packages that use Mp2CodingMode Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Mp2CodingMode in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Mp2CodingMode Modifier and Type Method Description Mp2CodingModeMp2Settings. codingMode()The MPEG2 Audio coding mode.static Mp2CodingModeMp2CodingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Mp2CodingModeMp2CodingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Mp2CodingMode[]Mp2CodingMode. 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 Mp2CodingMode Modifier and Type Method Description static Set<Mp2CodingMode>Mp2CodingMode. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Mp2CodingMode Modifier and Type Method Description Mp2Settings.BuilderMp2Settings.Builder. codingMode(Mp2CodingMode codingMode)The MPEG2 Audio coding mode.
-