Enum ACMFormatFlags
ACM Format flags to be used with GetACMFormat(Int32, IntPtr, Int32, String, ACMFormatFlags, WaveFormatTag).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Enc.dll
Syntax
public enum ACMFormatFlags : int
Default
Use the format as default selection.
NoACM
No ACM.
SameChannels
Only list formats with same number of channels (eg. mono/stereo).
SameSampleRate
Only list formats with same sample rate as the source channel.
Suggest
Suggest a format (HIWORD=format tag - use one of the WAVEFormatTag flags).
Unicode
Unicode (16-bit characters) option.