AudioFormat

WavPackage.AudioFormat property

Gets the audio format. PCM = 1 (i.e. Linear quantization). Values other than 1 indicate some form of compression.

public int AudioFormat { get; }

Property Value

The audio format.

See Also