Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DashIsoWriteSegmentTimelineInRepresentation
-
Packages that use DashIsoWriteSegmentTimelineInRepresentation Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DashIsoWriteSegmentTimelineInRepresentation in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DashIsoWriteSegmentTimelineInRepresentation Modifier and Type Method Description static DashIsoWriteSegmentTimelineInRepresentationDashIsoWriteSegmentTimelineInRepresentation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashIsoWriteSegmentTimelineInRepresentationDashIsoWriteSegmentTimelineInRepresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static DashIsoWriteSegmentTimelineInRepresentation[]DashIsoWriteSegmentTimelineInRepresentation. values()Returns an array containing the constants of this enum type, in the order they are declared.DashIsoWriteSegmentTimelineInRepresentationDashIsoGroupSettings. writeSegmentTimelineInRepresentation()If you get an HTTP error in the 400 range when you play back your DASH output, enable this setting and run your transcoding job again.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type DashIsoWriteSegmentTimelineInRepresentation Modifier and Type Method Description static Set<DashIsoWriteSegmentTimelineInRepresentation>DashIsoWriteSegmentTimelineInRepresentation. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DashIsoWriteSegmentTimelineInRepresentation Modifier and Type Method Description DashIsoGroupSettings.BuilderDashIsoGroupSettings.Builder. writeSegmentTimelineInRepresentation(DashIsoWriteSegmentTimelineInRepresentation writeSegmentTimelineInRepresentation)If you get an HTTP error in the 400 range when you play back your DASH output, enable this setting and run your transcoding job again.
-