Click or drag to resize
AudioWaveFormat Constructor
Overload List
  NameDescription
Public methodAudioWaveFormat
Creates a new PCM 44.1Khz stereo 16 bit format
Public methodAudioWaveFormat(BinaryReader)
Reads a new AudioWaveFormat object from a stream
Public methodAudioWaveFormat(Int32, Int32)
Creates a new 16 bit wave format with the specified sample rate and channel count
Public methodAudioWaveFormat(Int32, Int32, Int32)
Creates a new PCM format with the specified sample rate, bit depth and channels
Top
See Also