BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ShowFilterPropertyPage Method BASS.NET API for the Un4seen BASS Audio Library
Shows a filter property page.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ShowFilterPropertyPage")]
public static void BASS_DSHOW_ShowFilterPropertyPage(
	int handle,
	int filter,
	IntPtr parent
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
filter
Type: SystemInt32
The filter number (must be greater than 0, see BASS_DSHOW_ChannelGetConnectedFilters(Int32, CONNECTEDFILTERSPROC, IntPtr)).
parent
Type: SystemIntPtr
The parent window handle to use when showing th property page dialog.
See Also

Reference