BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ErrorGetCode Method BASS.NET API for the Un4seen BASS Audio Library
Retrieves the error code for the most recent BASS_DSHOW function call.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ErrorGetCode")]
public static BASSDSHOWError BASS_DSHOW_ErrorGetCode()

Return Value

Type: BASSDSHOWError
If no error occured during the last BASS_DSHOW function call then BASS_DSHOW_OK is returned, else one of the BASSDSHOWError values is returned. See the function description for an explanation of what the error code means.
See Also

Reference