BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_Register Method BASS.NET API for the Un4seen BASS Audio Library
Registers you DSHOW/xVideo license.

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

public static bool BASS_DSHOW_Register(
	string email,
	string reg
)

Parameters

email
Type: SystemString
Your email address.
reg
Type: SystemString
Your registration code.

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