Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.TrackSourceSettings.Builder
-
Packages that use TrackSourceSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of TrackSourceSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return TrackSourceSettings.Builder Modifier and Type Method Description static TrackSourceSettings.BuilderTrackSourceSettings. builder()TrackSourceSettings.BuilderTrackSourceSettings. toBuilder()TrackSourceSettings.BuilderTrackSourceSettings.Builder. trackNumber(Integer trackNumber)Use this setting to select a single captions track from a source.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type TrackSourceSettings.Builder Modifier and Type Method Description static Class<? extends TrackSourceSettings.Builder>TrackSourceSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type TrackSourceSettings.Builder Modifier and Type Method Description default CaptionSourceSettings.BuilderCaptionSourceSettings.Builder. trackSourceSettings(Consumer<TrackSourceSettings.Builder> trackSourceSettings)Settings specific to caption sources that are specified by track number.
-