BASS.NET API for the Un4seen BASS Audio Library

TAG_INFO Constructor (String, Boolean)

BASS.NET API for the Un4seen BASS Audio Library
Constructor already setting the filename (full path) and the title (file name only).

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

public TAG_INFO(
	string FileName,
	bool setDefaultTitle
)

Parameters

FileName
Type: SystemString
The filename to remember.
setDefaultTitle
Type: SystemBoolean
If the title property will be set to a default value (filename without extension).
See Also

Reference