BASS.NET API for the Un4seen BASS Audio Library

BassBASS_ChannelGetMusicMessage Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the MOD message text from a channel, if it is available.

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

public static string BASS_ChannelGetMusicMessage(
	int handle
)

Parameters

handle
Type: SystemInt32
The channel handle...a HMUSIC.

Return Value

Type: String
or a single string representing the MOD message text.
Remarks

Only available for MOD music channels.

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