Class StageAudioConfiguration


  • public class StageAudioConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaxBitrate()  
      void setMaxBitrate​(int maxBitrate)
      Sets the maximum bitrate for the publishing audio stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StageAudioConfiguration

        public StageAudioConfiguration()
    • Method Detail

      • getMaxBitrate

        public int getMaxBitrate()
        Returns:
        The maximum bitrate for the publishing audio stream. By default this is 64k.
      • setMaxBitrate

        public void setMaxBitrate​(int maxBitrate)
        Sets the maximum bitrate for the publishing audio stream. This value must be between 12k and 128k. If the provided bitrate falls outside this range, the bitrate will not be set and an IllegalArgumentException will be thrown.
        Parameters:
        maxBitrate - the desired maximum bitrate
        Throws:
        java.lang.IllegalArgumentException - if bitrate is not valid