BASS.NET API for the Un4seen BASS Audio Library

EncoderWAVWAV_Use32BitInteger Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if 32bit integer (instead of 32bit IEEE float) should be used when setting WAV_BitsPerSample to 32 (default is )?

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool WAV_Use32BitInteger { get; set; }

Property Value

Type: Boolean
Remarks

When seeting this property to and setting the WAV_BitsPerSample property to 32, the 32bit integer wave format is used - else the 32bit IEEE float is used as the default 32bit format.
See Also

Reference