BASS.NET API for the Un4seen BASS Audio Library

TagPicture Constructor (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
)

Parameters

file
Type: SystemString
A string that contains the fully qualified name of the file from which to create the picture.
Remarks

The PictureStorage will be set to External.
See Also

Reference