BASS.NET API for the Un4seen BASS Audio Library

TagPicture Constructor (TagPicture, Int32)

BASS.NET API for the Un4seen BASS Audio Library
Creates a resized, internal, Jpeg clone of a given picture tag.

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

public TagPicture(
	TagPicture pic,
	int size
)

Parameters

pic
Type: Un4seen.Bass.AddOn.TagsTagPicture
The existing picture tag to create the resized, internal, Jpeg clone from.
size
Type: SystemInt32
The new size of the picture (the effective width and height will be calculated streched to this).
Remarks

The PictureStorage will be set to Internal; the MIMEType will be set to image/jpeg.
See Also

Reference