Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M2tsPreventBufferUnderflow
-
Packages that use M2tsPreventBufferUnderflow Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M2tsPreventBufferUnderflow in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M2tsPreventBufferUnderflow Modifier and Type Method Description static M2tsPreventBufferUnderflowM2tsPreventBufferUnderflow. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.M2tsPreventBufferUnderflowM2tsSettings. preventBufferUnderflow()Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output.static M2tsPreventBufferUnderflowM2tsPreventBufferUnderflow. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsPreventBufferUnderflow[]M2tsPreventBufferUnderflow. 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 M2tsPreventBufferUnderflow Modifier and Type Method Description static Set<M2tsPreventBufferUnderflow>M2tsPreventBufferUnderflow. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M2tsPreventBufferUnderflow Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. preventBufferUnderflow(M2tsPreventBufferUnderflow preventBufferUnderflow)Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output.
-