Uses of Interface
software.amazon.awssdk.services.mediapackagevod.model.StreamSelection.Builder
-
Packages that use StreamSelection.Builder Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of StreamSelection.Builder in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return StreamSelection.Builder Modifier and Type Method Description static StreamSelection.BuilderStreamSelection. builder()StreamSelection.BuilderStreamSelection.Builder. maxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)The maximum video bitrate (bps) to include in output.StreamSelection.BuilderStreamSelection.Builder. minVideoBitsPerSecond(Integer minVideoBitsPerSecond)The minimum video bitrate (bps) to include in output.StreamSelection.BuilderStreamSelection.Builder. streamOrder(String streamOrder)A directive that determines the order of streams in the output.StreamSelection.BuilderStreamSelection.Builder. streamOrder(StreamOrder streamOrder)A directive that determines the order of streams in the output.StreamSelection.BuilderStreamSelection. toBuilder()Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type StreamSelection.Builder Modifier and Type Method Description static Class<? extends StreamSelection.Builder>StreamSelection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediapackagevod.model with type arguments of type StreamSelection.Builder Modifier and Type Method Description default DashManifest.BuilderDashManifest.Builder. streamSelection(Consumer<StreamSelection.Builder> streamSelection)Sets the value of the StreamSelection property for this object.default HlsManifest.BuilderHlsManifest.Builder. streamSelection(Consumer<StreamSelection.Builder> streamSelection)Sets the value of the StreamSelection property for this object.default MssManifest.BuilderMssManifest.Builder. streamSelection(Consumer<StreamSelection.Builder> streamSelection)Sets the value of the StreamSelection property for this object.
-