BASS.NET API for the Un4seen BASS Audio Library

EncoderLAMELAMENOASM Enumeration

BASS.NET API for the Un4seen BASS Audio Library
--noasm: Assembly optimizations options.

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

public enum LAMENOASM
Members

  Member nameValueDescription
Default0 Default: mmx/3dnow/sse are enabled.
NO_MMX1 MMX will be disabled.
NO_3DNOW2 3dNOW will be disabled.
NO_SSE3 SSE will be disabled.
See Also

Reference