Click or drag to resize

WaveFormat Class

The wave format.
Inheritance Hierarchy
SystemObject
  Options.CoreWaveFormat

Namespace:  Options.Core
Assembly:  CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class WaveFormat

The WaveFormat type exposes the following members.

Constructors
  NameDescription
Public methodWaveFormat
Initializes a new instance of the WaveFormat class
Top
Properties
  NameDescription
Public propertyBitsPerSample
BitsPerSample
Public propertyBlockAlign
BlockAlign
Public propertyBytesPerBlock
BytesPerBlock
Public propertyBytesPerSample
BytesPerSample
Public propertyBytesPerSecond
BytesPerSecond
Public propertyChannels
Channels.
Public propertyExtraSize
ExtraSize
Public propertyFormat
Format.
Public propertySampleRate
SampleRate
Top
See Also