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