-
public class OpusCodec extends AudioCodec
Lossy audio coding format.
-
-
Method Summary
Modifier and Type Method Description booleanisDtxEnabled()Reports whether DTX is enabled or not. -
-
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.
-
-
-
-