Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MovCslgAtom
-
Packages that use MovCslgAtom Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MovCslgAtom in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MovCslgAtom Modifier and Type Method Description MovCslgAtomMovSettings. cslgAtom()When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1.static MovCslgAtomMovCslgAtom. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MovCslgAtomMovCslgAtom. valueOf(String name)Returns the enum constant of this type with the specified name.static MovCslgAtom[]MovCslgAtom. 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 MovCslgAtom Modifier and Type Method Description static Set<MovCslgAtom>MovCslgAtom. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MovCslgAtom Modifier and Type Method Description MovSettings.BuilderMovSettings.Builder. cslgAtom(MovCslgAtom cslgAtom)When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1.
-