Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Mp4CslgAtom
-
Packages that use Mp4CslgAtom Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Mp4CslgAtom in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Mp4CslgAtom Modifier and Type Method Description Mp4CslgAtomMp4Settings. 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 Mp4CslgAtomMp4CslgAtom. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Mp4CslgAtomMp4CslgAtom. valueOf(String name)Returns the enum constant of this type with the specified name.static Mp4CslgAtom[]Mp4CslgAtom. 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 Mp4CslgAtom Modifier and Type Method Description static Set<Mp4CslgAtom>Mp4CslgAtom. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Mp4CslgAtom Modifier and Type Method Description Mp4Settings.BuilderMp4Settings.Builder. cslgAtom(Mp4CslgAtom 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.
-