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