BASS.NET API for the Un4seen BASS Audio Library

TAG_INFOPictureGetType Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the type of the picture.

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

public string PictureGetType(
	int i
)

Parameters

i
Type: SystemInt32
The zero-based index (number) of the picture to access. You might use PictureCount to retrieve the total number of pictures available.

Return Value

Type: String
The type of the picture on success or if no picture is available (at that index).
See Also

Reference