BASS.NET API for the Un4seen BASS Audio Library

TagPicture Constructor (String, TagPicturePICTURE_TYPE, String)

BASS.NET API for the Un4seen BASS Audio Library
Creates a picture tag as an external link to a file.

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

public TagPicture(
	string file,
	TagPicturePICTURE_TYPE type,
	string description
)

Parameters

file
Type: SystemString
A string that contains the fully qualified name of the file from which to create the picture.
type
Type: Un4seen.Bass.AddOn.TagsTagPicturePICTURE_TYPE
The type of the picture (one of the TagPicturePICTURE_TYPE values).
description
Type: SystemString
The description of the picture.
Remarks

The PictureStorage will be set to External.
See Also

Reference