-
public final class GGWaveParameters
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerpayloadLengthprivate final FloatsampleRateInpprivate final FloatsampleRateOutprivate final FloatsampleRateprivate final IntegersamplesPerFrameprivate final FloatsoundMarkerThresholdprivate final BytesampleFormatInpprivate final BytesampleFormatOutprivate final IntegeroperatingMode
-
Method Summary
Modifier and Type Method Description final IntegergetPayloadLength()final FloatgetSampleRateInp()final FloatgetSampleRateOut()final FloatgetSampleRate()final IntegergetSamplesPerFrame()final FloatgetSoundMarkerThreshold()final BytegetSampleFormatInp()final BytegetSampleFormatOut()final IntegergetOperatingMode()-
-
Method Detail
-
getPayloadLength
final Integer getPayloadLength()
-
getSampleRateInp
final Float getSampleRateInp()
-
getSampleRateOut
final Float getSampleRateOut()
-
getSampleRate
final Float getSampleRate()
-
getSamplesPerFrame
final Integer getSamplesPerFrame()
-
getSoundMarkerThreshold
final Float getSoundMarkerThreshold()
-
getSampleFormatInp
final Byte getSampleFormatInp()
-
getSampleFormatOut
final Byte getSampleFormatOut()
-
getOperatingMode
final Integer getOperatingMode()
-
-
-
-