BASS.NET API for the Un4seen BASS Audio Library

EncoderAIFFAIFF_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 AIFF_BitsPerSample to 32 (default is )?

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

public bool AIFF_Use32BitInteger { get; set; }

Property Value

Type: Boolean
Remarks

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

Reference