BASS.NET API for the Un4seen BASS Audio Library

BassWinampBASS_WINAMP_GetIsSeekable Method

BASS.NET API for the Un4seen BASS Audio Library
Returns weather the Winamp input plugin supports seeking?

Namespace:  Un4seen.Bass.AddOn.Winamp
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass_winamp")]
public static bool BASS_WINAMP_GetIsSeekable(
	int handle
)

Parameters

handle
Type: SystemInt32
The handle of the winamp input plugin.

Return Value

Type: Boolean
if the input plugin support seeking, else is returned.
See Also

Reference