BASS.NET API for the Un4seen BASS Audio Library

TAG_INFOAddNativeTag Method

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

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

public void AddNativeTag(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The tag name to add.
value
Type: SystemObject
The tag value to use.
See Also

Reference