Package com.twilio.voice
Class PcmuCodec
- java.lang.Object
-
- com.twilio.voice.AudioCodec
-
- com.twilio.voice.PcmuCodec
-
public class PcmuCodec extends AudioCodec
ITU-T standard for audio companding.- See Also:
- PCMU
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description PcmuCodec()
-
Method Summary
-
Methods inherited from class com.twilio.voice.AudioCodec
getName, toString
-
-
-
-
Field Detail
-
NAME
@NonNull public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-