| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
StreamSelection |
StreamSelection.clone() |
StreamSelection |
CmafPackage.getStreamSelection() |
StreamSelection |
MssPackage.getStreamSelection() |
StreamSelection |
HlsPackage.getStreamSelection() |
StreamSelection |
DashPackage.getStreamSelection() |
StreamSelection |
CmafPackageCreateOrUpdateParameters.getStreamSelection() |
StreamSelection |
StreamSelection.withMaxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
The maximum video bitrate (bps) to include in output.
|
StreamSelection |
StreamSelection.withMinVideoBitsPerSecond(Integer minVideoBitsPerSecond)
The minimum video bitrate (bps) to include in output.
|
StreamSelection |
StreamSelection.withStreamOrder(StreamOrder streamOrder)
A directive that determines the order of streams in the output.
|
StreamSelection |
StreamSelection.withStreamOrder(String streamOrder)
A directive that determines the order of streams in the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafPackage.setStreamSelection(StreamSelection streamSelection) |
void |
MssPackage.setStreamSelection(StreamSelection streamSelection) |
void |
HlsPackage.setStreamSelection(StreamSelection streamSelection) |
void |
DashPackage.setStreamSelection(StreamSelection streamSelection) |
void |
CmafPackageCreateOrUpdateParameters.setStreamSelection(StreamSelection streamSelection) |
CmafPackage |
CmafPackage.withStreamSelection(StreamSelection streamSelection) |
MssPackage |
MssPackage.withStreamSelection(StreamSelection streamSelection) |
HlsPackage |
HlsPackage.withStreamSelection(StreamSelection streamSelection) |
DashPackage |
DashPackage.withStreamSelection(StreamSelection streamSelection) |
CmafPackageCreateOrUpdateParameters |
CmafPackageCreateOrUpdateParameters.withStreamSelection(StreamSelection streamSelection) |
Copyright © 2025. All rights reserved.