BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_GetConfig Method BASS.NET API for the Un4seen BASS Audio Library
Gets a BASS_DSHOW configuration option.

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

[DllImportAttribute("xVideo", EntryPoint = "xVideo_GetConfig")]
public static int BASS_DSHOW_GetConfig(
	BASSDSHOWConfig option
)

Parameters

option
Type: Un4seen.Bass.AddOn.DShowBASSDSHOWConfig
The option to set (one of the BASSDSHOWConfig values).

Return Value

Type: Int32
If successful, the config option value is returned (see below), else 0 is returned. Use BASS_DSHOW_ErrorGetCode to get the error code.
Remarks

See the BASSDSHOWConfig values to know what values might be returned.

Options:

BASS_DSHOW_CONFIG_VideoRendererGets the video renderer in use.

BASS_DSHOW_VMR7 : the VMR7 windowed renderer.

BASS_DSHOW_VMR9 : the VMR9 windowed renderer.

BASS_DSHOW_VMR7WindowsLess : the VMR7 window less renderer.

BASS_DSHOW_VMR9WindowsLess : the VMR9 window less renderer.

BASS_DSHOW_EVR : the Enhanced video renderer.

BASS_DSHOW_NULLVideo : the NULL video renderer.

BASS_DSHOW_CONFIG_WindowLessHandleThe window handle used.
BASS_DSHOW_CONFIG_WindowLessStreamsThe number of streams used.
BASS_DSHOW_CONFIG_AudioRendererGets the current audio renderer used.
BASS_DSHOW_CONFIG_FLOATDSPIs 32-bit floating-point DSP enabled?

See Also

Reference