BASS.NET API for the Un4seen BASS Audio Library

BASSWMATag Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The "type" of the tag and values strings for use with BASS_WMA_EncodeSetTag(Int32, IntPtr, IntPtr, BASSWMATag).

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

public enum BASSWMATag
Members

  Member nameValueDescription
BASS_WMA_TAG_ANSI0 ANSI strings.
BASS_WMA_TAG_UNICODE1 Unicode (UTF-16) strings (recommended to be used with .Net).
BASS_WMA_TAG_UTF82 UTF-8 strings.
BASS_WMA_TAG_BINARY256 Write a binary tag.

When using that flag, the length of the binary data is given in the high word, eg. use Utils.MakeLong((int)BASSWMATag.BASS_WMA_TAG_BINARY, binaryLength).

e.g. call:

See Also

Reference