Uses of Class
software.amazon.awssdk.services.mediaconvert.model.TsPtsOffset
-
Packages that use TsPtsOffset Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TsPtsOffset in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TsPtsOffset Modifier and Type Method Description static TsPtsOffsetTsPtsOffset. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TsPtsOffsetM2tsSettings. ptsOffsetMode()Specify the initial presentation timestamp (PTS) offset for your transport stream output.TsPtsOffsetM3u8Settings. ptsOffsetMode()Specify the initial presentation timestamp (PTS) offset for your transport stream output.static TsPtsOffsetTsPtsOffset. valueOf(String name)Returns the enum constant of this type with the specified name.static TsPtsOffset[]TsPtsOffset. 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 TsPtsOffset Modifier and Type Method Description static Set<TsPtsOffset>TsPtsOffset. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type TsPtsOffset Modifier and Type Method Description M2tsSettings.BuilderM2tsSettings.Builder. ptsOffsetMode(TsPtsOffset ptsOffsetMode)Specify the initial presentation timestamp (PTS) offset for your transport stream output.M3u8Settings.BuilderM3u8Settings.Builder. ptsOffsetMode(TsPtsOffset ptsOffsetMode)Specify the initial presentation timestamp (PTS) offset for your transport stream output.
-