BASS.NET API for the Un4seen BASS Audio Library

TAG_INFOAddOrReplaceNativeTag Method

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

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

public void AddOrReplaceNativeTag(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The tag name to replace.
value
Type: SystemObject
The tag value to use.
Remarks

If the key tag was found its content will be replaced, else a new nativ tag will be created.
See Also

Reference