Package 

Class OpusCodec

    • Constructor Summary

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

      Modifier and Type Method Description
      int getMaxAverageBitrate()
      • Methods inherited from class com.twilio.voice.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(int maxAverageBitrate)
        A constructor to initialize the OpusCodec with non-default attributes.
        Parameters:
        maxAverageBitrate - `maxAverageBitrate` - The maximum average audio bitrate to use, inbits per second (bps) based on [RFC-75877.1](https://tools.ietf.org/html/rfc7587#section-7.1).