public interface CodecSupplier<Encoder extends AudioEncoder,Decoder extends AudioDecoder>
| Modifier and Type | Method and Description |
|---|---|
Decoder |
createDecoder(int sampleRate,
boolean stereo,
int bufferSize,
int mtuSize,
@NotNull Params params) |
Encoder |
createEncoder(int sampleRate,
boolean stereo,
int bufferSize,
int mtuSize,
@NotNull Params params) |
@NotNull java.lang.String |
getName() |
@NotNull Encoder createEncoder(int sampleRate, boolean stereo, int bufferSize, int mtuSize, @NotNull @NotNull Params params)
@NotNull Decoder createDecoder(int sampleRate, boolean stereo, int bufferSize, int mtuSize, @NotNull @NotNull Params params)
@NotNull @NotNull java.lang.String getName()