BASS.NET API for the Un4seen BASS Audio Library

TagPicture Constructor (Int32, String, TagPicturePICTURE_TYPE, String, Byte)

BASS.NET API for the Un4seen BASS Audio Library
Creates a picture tag from the given values.

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

public TagPicture(
	int attribIndex,
	string mimeType,
	TagPicturePICTURE_TYPE pictureType,
	string description,
	byte[] data
)

Parameters

attribIndex
Type: SystemInt32
The index/number of picture.
mimeType
Type: SystemString
The MIMEType of the picture.
pictureType
Type: Un4seen.Bass.AddOn.TagsTagPicturePICTURE_TYPE
The PICTURE_TYPE.
description
Type: SystemString
The description of the picture.
data
Type: SystemByte
The raw image data.
Remarks

The PictureStorage will be set to Internal.
See Also

Reference