public static interface MultiplexStatmuxVideoSettings.Builder extends SdkPojo, CopyableBuilder<MultiplexStatmuxVideoSettings.Builder,MultiplexStatmuxVideoSettings>
| Modifier and Type | Method and Description |
|---|---|
MultiplexStatmuxVideoSettings.Builder |
maximumBitrate(Integer maximumBitrate)
Maximum statmux bitrate.
|
MultiplexStatmuxVideoSettings.Builder |
minimumBitrate(Integer minimumBitrate)
Minimum statmux bitrate.
|
MultiplexStatmuxVideoSettings.Builder |
priority(Integer priority)
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR
capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMultiplexStatmuxVideoSettings.Builder maximumBitrate(Integer maximumBitrate)
maximumBitrate - Maximum statmux bitrate.MultiplexStatmuxVideoSettings.Builder minimumBitrate(Integer minimumBitrate)
minimumBitrate - Minimum statmux bitrate.MultiplexStatmuxVideoSettings.Builder priority(Integer priority)
priority - The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the
QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over
others. Channels that have a higher priority will\nget higher video quality at the expense of the
video quality of\nother channels in the multiplex with lower priority.Copyright © 2022. All rights reserved.