public static interface StreamSelection.Builder extends CopyableBuilder<StreamSelection.Builder,StreamSelection>
| Modifier and Type | Method and Description |
|---|---|
StreamSelection.Builder |
maxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
The maximum video bitrate (bps) to include in output.
|
StreamSelection.Builder |
minVideoBitsPerSecond(Integer minVideoBitsPerSecond)
The minimum video bitrate (bps) to include in output.
|
StreamSelection.Builder |
streamOrder(StreamOrder streamOrder)
A directive that determines the order of streams in the output.
|
StreamSelection.Builder |
streamOrder(String streamOrder)
A directive that determines the order of streams in the output.
|
copyapply, buildStreamSelection.Builder maxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
maxVideoBitsPerSecond - The maximum video bitrate (bps) to include in output.StreamSelection.Builder minVideoBitsPerSecond(Integer minVideoBitsPerSecond)
minVideoBitsPerSecond - The minimum video bitrate (bps) to include in output.StreamSelection.Builder streamOrder(String streamOrder)
streamOrder - A directive that determines the order of streams in the output.StreamOrder,
StreamOrderStreamSelection.Builder streamOrder(StreamOrder streamOrder)
streamOrder - A directive that determines the order of streams in the output.StreamOrder,
StreamOrderCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.