InvalidAudioBufferException constructor

InvalidAudioBufferException(
  1. int sampleSize,
  2. int bufferSize
)

Sample size and buffer size given

Implementation

InvalidAudioBufferException(int this.sampleSize, int this.bufferSize);