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
Parameters
- tagType
- Type: Un4seen.BassBASSTag
The BASSTag for which to get the description.
Return Value
Type: StringThe description of the tag type.
See Also