Interface MultiplexStatmuxVideoSettings.Builder

    • Method Detail

      • maximumBitrate

        MultiplexStatmuxVideoSettings.Builder maximumBitrate​(Integer maximumBitrate)
        Maximum statmux bitrate.
        Parameters:
        maximumBitrate - Maximum statmux bitrate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumBitrate

        MultiplexStatmuxVideoSettings.Builder minimumBitrate​(Integer minimumBitrate)
        Minimum statmux bitrate.
        Parameters:
        minimumBitrate - Minimum statmux bitrate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        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. 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.