BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTCutID Property

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

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

public string CutID { get; set; }

Property Value

Type: String
Remarks

ASCII string, 64-characters or less, representing the cut number, or unique cut key. The string shall be left justified. Some consumer systems can have restricted cut number lengths or allowable character set. These applications should provide some means of synthesizing a usable cut identifier if it has such restrictions.
See Also

Reference