Uses of Class
software.amazon.awssdk.services.mediapackage.model.SegmentTemplateFormat
-
Packages that use SegmentTemplateFormat Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of SegmentTemplateFormat in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return SegmentTemplateFormat Modifier and Type Method Description static SegmentTemplateFormatSegmentTemplateFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SegmentTemplateFormatDashPackage. segmentTemplateFormat()Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).static SegmentTemplateFormatSegmentTemplateFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentTemplateFormat[]SegmentTemplateFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type SegmentTemplateFormat Modifier and Type Method Description static Set<SegmentTemplateFormat>SegmentTemplateFormat. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type SegmentTemplateFormat Modifier and Type Method Description DashPackage.BuilderDashPackage.Builder. segmentTemplateFormat(SegmentTemplateFormat segmentTemplateFormat)Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).
-