BASS.NET API for the Un4seen BASS Audio Library

BASSACMFormat Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSACMFormat
Members

  Member nameValueDescription
BASS_ACM_NONE0 No ACM.
BASS_ACM_DEFAULT1 Use the format as default selection.
BASS_ACM_RATE2 Only list formats with same sample rate as the source channel.
BASS_ACM_CHANS4 Only list formats with same number of channels (eg. mono/stereo).
BASS_ACM_SUGGEST8 Suggest a format (HIWORD=format tag - use one of the WAVEFormatTag flags).
BASS_UNICODE-2147483648 Unicode (16-bit characters) option.
See Also

Reference