BASS.NET API for the Un4seen BASS Audio Library

BassCdgBASS_CDG_SetConfig Method

BASS.NET API for the Un4seen BASS Audio Library
Sets a BASS_CDG config option.

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

[DllImportAttribute("bass_cdg")]
public static void BASS_CDG_SetConfig(
	BASSCDGConfig config,
	int value
)

Parameters

config
Type: Un4seen.Bass.AddOn.CdgBASSCDGConfig
One of the BASSCDGConfig options.
value
Type: SystemInt32
The parameter value to set with the config option.
See Also

Reference