BASS.NET API for the Un4seen BASS Audio Library

BassBASS_ChannelGetTagsDSDComments Method

BASS.NET API for the Un4seen BASS Audio Library
Gets all available DSDIFF comment tags.

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

public static BASS_TAG_DSD_COMMENT[] BASS_ChannelGetTagsDSDComments(
	int handle
)

Parameters

handle
Type: SystemInt32
The channel handle...a HSTREAM.

Return Value

Type: BASS_TAG_DSD_COMMENT
or an array of BASS_TAG_DSD_COMMENT instances.
Remarks

Only available when streaming a file containing DSDIFF tags.

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.
BASS_ERROR_NOTAVAILThe requested tags are not available.

See Also

Reference