Package 

Class BaseAudioTrackPublishOptions

    • Method Summary

      Modifier and Type Method Description
      abstract Integer getAudioBitrate() The target audioBitrate to use.
      abstract Boolean getDtx() dtx (Discontinuous Transmission of audio), enabled by default for mono tracks.
      abstract Boolean getRed() red (Redundant Audio Data), enabled by default for mono tracks.
      abstract 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
    • Constructor Detail

      • BaseAudioTrackPublishOptions

        BaseAudioTrackPublishOptions()
    • Method Detail

      • getDtx

         abstract Boolean getDtx()

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

      • getRed

         abstract Boolean getRed()

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

      • getPreconnect

         abstract 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.