Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DashIsoVideoCompositionOffsets
-
Packages that use DashIsoVideoCompositionOffsets Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DashIsoVideoCompositionOffsets in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DashIsoVideoCompositionOffsets Modifier and Type Method Description static DashIsoVideoCompositionOffsetsDashIsoVideoCompositionOffsets. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashIsoVideoCompositionOffsetsDashIsoVideoCompositionOffsets. valueOf(String name)Returns the enum constant of this type with the specified name.static DashIsoVideoCompositionOffsets[]DashIsoVideoCompositionOffsets. values()Returns an array containing the constants of this enum type, in the order they are declared.DashIsoVideoCompositionOffsetsDashIsoGroupSettings. videoCompositionOffsets()Specify the video sample composition time offset mode in the output fMP4 TRUN box.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type DashIsoVideoCompositionOffsets Modifier and Type Method Description static Set<DashIsoVideoCompositionOffsets>DashIsoVideoCompositionOffsets. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DashIsoVideoCompositionOffsets Modifier and Type Method Description DashIsoGroupSettings.BuilderDashIsoGroupSettings.Builder. videoCompositionOffsets(DashIsoVideoCompositionOffsets videoCompositionOffsets)Specify the video sample composition time offset mode in the output fMP4 TRUN box.
-