Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M2tsEsRateInPes
-
Packages that use M2tsEsRateInPes Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M2tsEsRateInPes in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M2tsEsRateInPes Modifier and Type Method Description M2tsEsRateInPesM2tsSettings. esRateInPes()Controls whether to include the ES Rate field in the PES header.static M2tsEsRateInPesM2tsEsRateInPes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static M2tsEsRateInPesM2tsEsRateInPes. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsEsRateInPes[]M2tsEsRateInPes. 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 M2tsEsRateInPes Modifier and Type Method Description static Set<M2tsEsRateInPes>M2tsEsRateInPes. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M2tsEsRateInPes Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. esRateInPes(M2tsEsRateInPes esRateInPes)Controls whether to include the ES Rate field in the PES header.
-