| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamSelection.Builder |
StreamSelection.builder() |
StreamSelection.Builder |
StreamSelection.Builder.maxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
The maximum video bitrate (bps) to include in output.
|
StreamSelection.Builder |
StreamSelection.Builder.minVideoBitsPerSecond(Integer minVideoBitsPerSecond)
The minimum video bitrate (bps) to include in output.
|
StreamSelection.Builder |
StreamSelection.Builder.streamOrder(StreamOrder streamOrder)
A directive that determines the order of streams in the output.
|
StreamSelection.Builder |
StreamSelection.Builder.streamOrder(String streamOrder)
A directive that determines the order of streams in the output.
|
StreamSelection.Builder |
StreamSelection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamSelection.Builder> |
StreamSelection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HlsManifest.Builder |
HlsManifest.Builder.streamSelection(Consumer<StreamSelection.Builder> streamSelection)
Sets the value of the StreamSelection property for this object.
|
default DashManifest.Builder |
DashManifest.Builder.streamSelection(Consumer<StreamSelection.Builder> streamSelection)
Sets the value of the StreamSelection property for this object.
|
default MssManifest.Builder |
MssManifest.Builder.streamSelection(Consumer<StreamSelection.Builder> streamSelection)
Sets the value of the StreamSelection property for this object.
|
Copyright © 2023. All rights reserved.