BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTGetTagText Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the free form text for scripts or tags for a given BASS_TAG_RIFF_CART tag pointer.

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

public string GetTagText(
	IntPtr tag
)

Parameters

tag
Type: SystemIntPtr
The cart tag pointer as returned by BASS_ChannelGetTags(Int32, BASSTag).

Return Value

Type: String
The tag text string or (if the tag pointer is not valid).
Remarks

The tag text is a non-restricted ASCII characters containing a collection of strings each terminated by CRLF. This text may be system- or user- defined descriptive text for the sound, such as live tag, script information, descriptive text special instructions, and so on.
See Also

Reference