BASS.NET API for the Un4seen BASS Audio Library

BassWmaBASS_WMA_GetTagsArray Method

BASS.NET API for the Un4seen BASS Audio Library
Get the tags from a file, can be used on DRM protected files (not thread-safe!).

This special helper method already evaluates the null-terminated and variable length data block using UTF-8 strings.

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

public static string[] BASS_WMA_GetTagsArray(
	string file
)

Parameters

file
Type: SystemString
Filename from which to get the tags.

Return Value

Type: String
or an array of strings. Each array element will represent one tag, e.g. "TITLE=this is a title"
Remarks

Only available when using with a DRM protected WMA file.

ERROR CODEDescription
BASS_ERROR_FILEOPENThe file could not be opened.
BASS_ERROR_NOTAVAILThe requested tags are not available.

See Also

Reference