Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafPtsOffsetHandlingForBFrames
-
Packages that use CmafPtsOffsetHandlingForBFrames Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafPtsOffsetHandlingForBFrames in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafPtsOffsetHandlingForBFrames Modifier and Type Method Description static CmafPtsOffsetHandlingForBFramesCmafPtsOffsetHandlingForBFrames. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafPtsOffsetHandlingForBFramesCmafGroupSettings. ptsOffsetHandlingForBFrames()Use this setting only when your output video stream has B-frames, which causes the initial presentation time stamp (PTS) to be offset from the initial decode time stamp (DTS).static CmafPtsOffsetHandlingForBFramesCmafPtsOffsetHandlingForBFrames. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafPtsOffsetHandlingForBFrames[]CmafPtsOffsetHandlingForBFrames. 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 CmafPtsOffsetHandlingForBFrames Modifier and Type Method Description static Set<CmafPtsOffsetHandlingForBFrames>CmafPtsOffsetHandlingForBFrames. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafPtsOffsetHandlingForBFrames Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. ptsOffsetHandlingForBFrames(CmafPtsOffsetHandlingForBFrames ptsOffsetHandlingForBFrames)Use this setting only when your output video stream has B-frames, which causes the initial presentation time stamp (PTS) to be offset from the initial decode time stamp (DTS).
-