Package 

Class AudioTrackPublishDefaults

    • Method Summary

      Modifier and Type Method Description
      Integer getAudioBitrate() The target audioBitrate to use.
      Boolean getDtx() dtx (Discontinuous Transmission of audio), enabled by default for mono tracks.
      Boolean getRed() red (Redundant Audio Data), enabled by default for mono tracks.
      Boolean getPreconnect() preconnect buffer, starts the audio track and buffers it prior to connection, in order to send it to agents that connect afterwards.
      • Methods inherited from class java.lang.Object

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

      • getDtx

         Boolean getDtx()

        dtx (Discontinuous Transmission of audio), enabled by default for mono tracks.

      • getRed

         Boolean getRed()

        red (Redundant Audio Data), enabled by default for mono tracks.

      • getPreconnect

         Boolean getPreconnect()

        preconnect buffer, starts the audio track and buffers it prior to connection, in order to send it to agents that connect afterwards. Improves perceived connection time.