BASS.NET API for the Un4seen BASS Audio Library

BassBASS_ChannelGetTagsRIFFCUE Method

BASS.NET API for the Un4seen BASS Audio Library
Gets an available RIFF "cue " tags.

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

public static BASS_TAG_CUE BASS_ChannelGetTagsRIFFCUE(
	int handle
)

Parameters

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

Return Value

Type: BASS_TAG_CUE
or an instance of BASS_TAG_CUE.
Remarks

Only available when streaming a file containing RIFF_CUE tags.

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

See Also

Reference