Microsoft SDK for Java

WaveFormatEx Class

The WaveFormatEx Class of the com.ms.directX package specifies the format of data in a sound buffer.

public final class WaveFormatEx
{
  // Fields
  public int avgBytesPerSec;
  public int bitsPerSample;
  public int blockAlign;
  public int channels;
  public byte[] extra;
  public int formatTag;
  public int samplesPerSec;
  public int size;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.