BASS.NET API for the Un4seen BASS Audio LibraryBASSDSHOWConfigFlag EnumerationBASS.NET API for the Un4seen BASS Audio Library
Configuration option flags to be used with BASS_DSHOW_SetConfig(BASSDSHOWConfig, Int32).

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

public enum BASSDSHOWConfigFlag
Members

  Member nameValueDescription
BASS_DSHOW_VMR71 Used with BASS_DSHOW_CONFIG_VideoRenderer to select the VMR7 Windowed renderer.
BASS_DSHOW_VMR92 Used with BASS_DSHOW_CONFIG_VideoRenderer to select the VMR9 Windowed renderer.
BASS_DSHOW_VMR7WindowsLess3 Used with BASS_DSHOW_CONFIG_VideoRenderer to select the VMR7 window less renderer.
BASS_DSHOW_VMR9WindowsLess4 Used with BASS_DSHOW_CONFIG_VideoRenderer to select the VMR9 window less renderer.
BASS_DSHOW_EVR5 Used with BASS_DSHOW_CONFIG_VideoRenderer to select the Enhanced video renderer.
BASS_DSHOW_NULLVideo6 Used with BASS_DSHOW_CONFIG_VideoRenderer to select the NULL video renderer.
BASS_DSHOW_NULLAudio5170 Used with BASS_DSHOW_CONFIG_AudioRenderer to select the NULL audio renderer.
BASS_DSHOW_DefaultAudio5171 Used with BASS_DSHOW_CONFIG_AudioRenderer to select the Windows default audio device.
See Also

Reference