BASS.NET API for the Un4seen BASS Audio Library

UtilsBASSTagTypeToString Method

BASS.NET API for the Un4seen BASS Audio Library
Converts a BASSTag to a character representation describing the tag type. Returns e.g. 'ID3v1', 'ID3v2', 'WMA', 'APE' etc.

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

public static string BASSTagTypeToString(
	BASSTag tagType
)

Parameters

tagType
Type: Un4seen.BassBASSTag
The BASSTag for which to get the description.

Return Value

Type: String
The description of the tag type.
See Also

Reference