BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTTitle Property

BASS.NET API for the Un4seen BASS Audio Library
The title of the cut (max. 64 characters).

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

public string Title { get; set; }

Property Value

Type: String
Remarks

The title should be a descriptive summary of the audio contents of the file, and may be used as an entry into a table of contents, and so on. Applications that do not support a 64-character title may truncate the field as needed.
See Also

Reference