BASS.NET API for the Un4seen BASS Audio Library

BassBASS_ChannelGetTagsDSDArtist Method

BASS.NET API for the Un4seen BASS Audio Library
Gets a DSDIFF Artist tags.

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

public static string BASS_ChannelGetTagsDSDArtist(
	int handle
)

Parameters

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

Return Value

Type: String
The DSDIFF Artist string or .
Remarks

Only available when streaming a file containing DSDIFF tags.

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

See Also

Reference