Uses of Class
software.amazon.awssdk.services.mediaconvert.model.M3u8DataPtsControl
-
Packages that use M3u8DataPtsControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of M3u8DataPtsControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return M3u8DataPtsControl Modifier and Type Method Description M3u8DataPtsControlM3u8Settings. dataPTSControl()If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values).static M3u8DataPtsControlM3u8DataPtsControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static M3u8DataPtsControlM3u8DataPtsControl. valueOf(String name)Returns the enum constant of this type with the specified name.static M3u8DataPtsControl[]M3u8DataPtsControl. 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 M3u8DataPtsControl Modifier and Type Method Description static Set<M3u8DataPtsControl>M3u8DataPtsControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type M3u8DataPtsControl Modifier and Type Method Description M3u8Settings.BuilderM3u8Settings.Builder. dataPTSControl(M3u8DataPtsControl dataPTSControl)If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values).
-