ACM Format flags to be used with BASS_Encode_GetACMFormat(Int32, IntPtr, Int32, String, BASSACMFormat).
Namespace: Un4seen.Bass.AddOn.Enc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BASS_ACM_NONE | 0 | No ACM. | |
BASS_ACM_DEFAULT | 1 | Use the format as default selection. | |
BASS_ACM_RATE | 2 | Only list formats with same sample rate as the source channel. | |
BASS_ACM_CHANS | 4 | Only list formats with same number of channels (eg. mono/stereo). | |
BASS_ACM_SUGGEST | 8 | Suggest a format (HIWORD=format tag - use one of the WAVEFormatTag flags). | |
BASS_UNICODE | -2147483648 | Unicode (16-bit characters) option. |
See Also