BASS.NET API for the Un4seen BASS Audio Library

TagPictureData Field

BASS.NET API for the Un4seen BASS Audio Library
The raw image data of the picture or the UTF-8 encoded location of the picture.

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

public byte[] Data

Field Value

Type: Byte
Remarks

If the PictureStorage is set to Internal, this property directly contains the picture image data. If the PictureStorage is set to External, this property contains the link to the picture image as a fully qualified name (UTF-8 encoded).
See Also

Reference