BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_Free Method BASS.NET API for the Un4seen BASS Audio Library
Frees all resources used by DSHOW, including all it's streams.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_Free")]
public static bool BASS_DSHOW_Free()

Return Value

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

This function will also free all streams created by BASS_DSHOW.
See Also

Reference