BASS.NET API for the Un4seen BASS Audio Library

TAG_INFOPictureGet Method

BASS.NET API for the Un4seen BASS Audio Library
Returns a picture tag.

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

public TagPicture PictureGet(
	int i
)

Parameters

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

Return Value

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

Reference