BASS.NET API for the Un4seen BASS Audio Library

BassNetOmitCheckVersion Field

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the version check should be omitted when initializing Bass, BassWaspi or BassAsio.

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

public static bool OmitCheckVersion

Field Value

Type: Boolean
Remarks

By default a version check is performed whenever Bass, BassWaspi or BassAsio is initialized. However, this automatic version check might sometimes not be desired, in such case you might want to set this property to .
See Also

Reference