BASS.NET API for the Un4seen BASS Audio Library

BassTagsReadID3v2 Method

BASS.NET API for the Un4seen BASS Audio Library
Reads an ID3v2 tag structure.

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

public static bool ReadID3v2(
	IntPtr p,
	TAG_INFO tags
)

Parameters

p
Type: SystemIntPtr
The pointer to the ID3v2 structure.
tags
Type: Un4seen.Bass.AddOn.TagsTAG_INFO
The TAG_INFO instance to read the tag values into.

Return Value

Type: Boolean
If TAGs could be retrieved successfully is returned, else is returned.
See Also

Reference