Package 

Class OpusCodec

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      OpusCodec()
      OpusCodec(boolean useDtx) A constructor to initialize the OpusCodec with non-default attributes.
    • Method Summary

      Modifier and Type Method Description
      boolean isDtxEnabled() Reports whether DTX is enabled or not.
      • Methods inherited from class com.twilio.video.AudioCodec

        getName, toString
      • Methods inherited from class java.lang.Object

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

      • OpusCodec

        OpusCodec()
      • OpusCodec

        OpusCodec(boolean useDtx)
        A constructor to initialize the OpusCodec with non-default attributes.
        Parameters:
        useDtx - Discontinuous transmission reduces the bitrate for certain input signals, likeperiods of silence [RFC-7587 3.1.3](https://tools.ietf.org/html/rfc7587#section-3.1.3).The default is false.
    • Method Detail

      • isDtxEnabled

         boolean isDtxEnabled()

        Reports whether DTX is enabled or not.