Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M2tsSegmentationStyle
-
Packages that use M2tsSegmentationStyle Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M2tsSegmentationStyle in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M2tsSegmentationStyle Modifier and Type Method Description static M2tsSegmentationStyleM2tsSegmentationStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.M2tsSegmentationStyleM2tsSettings. segmentationStyle()The segmentation style parameter controls how segmentation markers are inserted into the transport stream.static M2tsSegmentationStyleM2tsSegmentationStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static M2tsSegmentationStyle[]M2tsSegmentationStyle. 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 M2tsSegmentationStyle Modifier and Type Method Description static Set<M2tsSegmentationStyle>M2tsSegmentationStyle. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M2tsSegmentationStyle Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. segmentationStyle(M2tsSegmentationStyle segmentationStyle)The segmentation style parameter controls how segmentation markers are inserted into the transport stream.
-