-
public final class GGWaveCodec.Builder
-
-
Constructor Summary
Constructors Constructor Description GGWaveCodec.Builder()
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>sampleRate(Float value)final <ERROR CLASS>sampleFormatInp(Byte value)final <ERROR CLASS>sampleFormatOut(Byte value)final <ERROR CLASS>samplesPerFrame(Integer value)final <ERROR CLASS>protocolId(Integer value)final <ERROR CLASS>volume(Integer value)final GGWaveCodecbuild()-
-
Method Detail
-
sampleRate
final <ERROR CLASS> sampleRate(Float value)
-
sampleFormatInp
final <ERROR CLASS> sampleFormatInp(Byte value)
-
sampleFormatOut
final <ERROR CLASS> sampleFormatOut(Byte value)
-
samplesPerFrame
final <ERROR CLASS> samplesPerFrame(Integer value)
-
protocolId
final <ERROR CLASS> protocolId(Integer value)
-
build
final GGWaveCodec build()
-
-
-
-