BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_BEXTGetCodingHistory Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the coding history for a given BASS_TAG_RIFF_BEXT tag pointer.

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

public string GetCodingHistory(
	IntPtr tag
)

Parameters

tag
Type: SystemIntPtr
The bext tag pointer as returned by BASS_ChannelGetTags(Int32, BASSTag).

Return Value

Type: String
The coding history string or (if the tag pointer is not valid).
See Also

Reference