BASS.NET API for the Un4seen BASS Audio Library

TAG_INFOAddPicture Method

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

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

public bool AddPicture(
	TagPicture tagPicture
)

Parameters

tagPicture
Type: Un4seen.Bass.AddOn.TagsTagPicture
The tag picture instance to add.

Return Value

Type: Boolean
on success - else .
See Also

Reference