BASS.NET API for the Un4seen BASS Audio LibraryENUMPROFILESPROC DelegateBASS.NET API for the Un4seen BASS Audio Library
User defined callback function to receive capture device profiles (see BASS_DSHOW_CaptureDeviceProfiles(Int32, BASSDSHOWCapture, ENUMPROFILESPROC, IntPtr)).

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

public delegate bool ENUMPROFILESPROC(
	string profile,
	IntPtr user
)

Parameters

profile
Type: SystemString
The profile name of the capture device.
user
Type: SystemIntPtr
The user instance data given when BASS_DSHOW_CaptureDeviceProfiles(Int32, BASSDSHOWCapture, ENUMPROFILESPROC, IntPtr) was called.

Return Value

Type: Boolean
to continue, else .
See Also

Reference