BASS.NET API for the Un4seen BASS Audio Library

EncoderWMASetTag Method

BASS.NET API for the Un4seen BASS Audio Library
Sets a tag in a WMA encoding.

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

public bool SetTag(
	string tag,
	string value
)

Parameters

tag
Type: SystemString
The tag to set.

The standard WMA header tags are as follows:

TitleContent title.
AuthorName of the content author (Artist).
DescriptionDescription of the content.
RatingContent rating.
CopyrightContent copyright message.
WM/AlbumTitleAlbum title.
WM/PromotionURLURL to an HTML page containing related information.
WM/AlbumCoverURLURL to an HTML page containing an image of the album cover.
WM/GenreGenre of the music.
WM/YearYear of publication of the music.
value
Type: SystemString
The tag's text/data.

Return Value

Type: Boolean
on success, else .
See Also

Reference