BASS.NET API for the Un4seen BASS Audio Library

BassBASS_ChannelGetTagLyrics3v2 Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves a Lyrics3v2 tag.

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

public static string BASS_ChannelGetTagLyrics3v2(
	int handle
)

Parameters

handle
Type: SystemInt32
The channel handle.

Return Value

Type: String
A single string is returned, containing the Lyrics3v2 information - or , if not available.

See www.id3.org/Lyrics3v2 for details of its format.

Remarks

In addition you might also use the BassTags class, which provides extended TAG reading support.

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.
BASS_ERROR_NOTAVAILThe requested tags are not available.

See Also

Reference