BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_CaptureFree Method BASS.NET API for the Un4seen BASS Audio Library
Frees a capture stream.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_CaptureFree")]
public static bool BASS_DSHOW_CaptureFree(
	int handle
)

Parameters

handle
Type: SystemInt32
The capture stream handle to free (as returned by BASS_DSHOW_CaptureCreate(Int32, Int32, Int32, Int32, BASSFlag)).

Return Value

Type: Boolean
If an error occurred then is returned, else is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference