Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DashManifestStyle
-
Packages that use DashManifestStyle Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DashManifestStyle in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DashManifestStyle Modifier and Type Method Description DashManifestStyleCmafGroupSettings. dashManifestStyle()Specify how MediaConvert writes SegmentTimeline in your output DASH manifest.DashManifestStyleDashIsoGroupSettings. dashManifestStyle()Specify how MediaConvert writes SegmentTimeline in your output DASH manifest.static DashManifestStyleDashManifestStyle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashManifestStyleDashManifestStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DashManifestStyle[]DashManifestStyle. 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 DashManifestStyle Modifier and Type Method Description static Set<DashManifestStyle>DashManifestStyle. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DashManifestStyle Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. dashManifestStyle(DashManifestStyle dashManifestStyle)Specify how MediaConvert writes SegmentTimeline in your output DASH manifest.DashIsoGroupSettings.BuilderDashIsoGroupSettings.Builder. dashManifestStyle(DashManifestStyle dashManifestStyle)Specify how MediaConvert writes SegmentTimeline in your output DASH manifest.
-