BASS.NET API for the Un4seen BASS Audio Library

EncoderWAVWAV_UseAIFF Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the AIFF format should be used instead of the WAVE format (default is )?

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

public bool WAV_UseAIFF { get; set; }

Property Value

Type: Boolean
Remarks

The AIFF format doesn't support the RIFF INFO or BWF options, but its format is compatible on Windows and Mac.
See Also

Reference