Exemplo n.º 1
0
 public void Initialize(int bytepersample, int len, int max, int width)
 {
     BytePerSample = bytepersample;
     DisplayLength = len;
     DisplayAmpMax = max;
     DisplayWidthMax = width;
     waveFrame = new WaveFrame(bytepersample, DisplayLength, DisplayAmpMax, DisplayWidthMax);
 }
Exemplo n.º 2
0
 public void Initialize(int bytepersample, int len, int max, int width)
 {
     BytePerSample   = bytepersample;
     DisplayLength   = len;
     DisplayAmpMax   = max;
     DisplayWidthMax = width;
     waveFrame       = new WaveFrame(bytepersample, DisplayLength, DisplayAmpMax, DisplayWidthMax);
 }