BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_CallbackItemByIndex Method BASS.NET API for the Un4seen BASS Audio Library
This method is an alternative way to get item names on methods that require callbacks.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_CallbackItemByIndex")]
public static string BASS_DSHOW_CallbackItemByIndex(
	BASSDSHOWCallbackItem callbackType,
	int index
)

Parameters

callbackType
Type: Un4seen.Bass.AddOn.DShowBASSDSHOWCallbackItem
The type of value to get (one of the BASSDSHOWCallbackItem values or a valid video HSTREAM to return the name of a connected filter from that channel).
index
Type: SystemInt32
The index of the requered item (must be greater than 0).

Return Value

Type: String
If successful, the name of the requested item type is returned - else is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference