Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafWriteSegmentTimelineInRepresentation
-
Packages that use CmafWriteSegmentTimelineInRepresentation Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafWriteSegmentTimelineInRepresentation in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafWriteSegmentTimelineInRepresentation Modifier and Type Method Description static CmafWriteSegmentTimelineInRepresentationCmafWriteSegmentTimelineInRepresentation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmafWriteSegmentTimelineInRepresentationCmafWriteSegmentTimelineInRepresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafWriteSegmentTimelineInRepresentation[]CmafWriteSegmentTimelineInRepresentation. values()Returns an array containing the constants of this enum type, in the order they are declared.CmafWriteSegmentTimelineInRepresentationCmafGroupSettings. writeSegmentTimelineInRepresentation()When you enable Precise segment duration in DASH manifests, your DASH manifest shows precise segment durations.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type CmafWriteSegmentTimelineInRepresentation Modifier and Type Method Description static Set<CmafWriteSegmentTimelineInRepresentation>CmafWriteSegmentTimelineInRepresentation. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafWriteSegmentTimelineInRepresentation Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. writeSegmentTimelineInRepresentation(CmafWriteSegmentTimelineInRepresentation writeSegmentTimelineInRepresentation)When you enable Precise segment duration in DASH manifests, your DASH manifest shows precise segment durations.
-