BASS.NET API for the Un4seen BASS Audio Library

TAG_INFOPictureCount Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the number of pictures which are available.

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

public int PictureCount { get; }

Property Value

Type: Int32
Remarks

Pictures might not be available to all formats.

If the global ReadPictureTAGs is set to picture tags might not be read in.

You can access the available picture tags via the PictureGet(Int32), PictureGetImage(Int32), PictureGetDescription(Int32) or PictureGetType(Int32) methods.

See Also

Reference