BASS.NET API for the Un4seen BASS Audio Library

TAG_INFONativeTag Method

BASS.NET API for the Un4seen BASS Audio Library
Returns a certain native tag.

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

public string NativeTag(
	string tagname
)

Parameters

tagname
Type: SystemString
The name of the native tag to retrieve (case-sensitive!) - e.g. use "TPE1" to query for the artist of ID3v2 tags.

Return Value

Type: String
The value of the tag or if tag with that name could be found.
Remarks

If multiple tags with the same name do exist, only the first tag value will be returned.
See Also

Reference