BASS.NET API for the Un4seen BASS Audio LibraryBASSDSHOWConfig EnumerationBASS.NET API for the Un4seen BASS Audio Library
Configuration options 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 BASSDSHOWConfig
Members

  Member nameValueDescription
BASS_DSHOW_CONFIG_VideoRenderer4096 Selects the video renderer.
BASS_DSHOW_CONFIG_WindowLessHandle4097 VMR7/VMR9 WindowLess Mode need an initial window so set a HWND to use properly VMR.
BASS_DSHOW_CONFIG_WindowLessStreams4098 Sets the number of streams in a VMR7/9 windows less mode.
BASS_DSHOW_CONFIG_AudioRenderer4100 Selects audio renderer.
BASS_DSHOW_CONFIG_FLOATDSP4101 Enables/disables floating point processing DSP.
See Also

Reference