BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CUECuePoints Property

BASS.NET API for the Un4seen BASS Audio Library
The array of BASS_TAG_CUE_POINT cue points (or ).

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

public BASS_TAG_CUE_POINT[] CuePoints { get; }

Property Value

Type: BASS_TAG_CUE_POINT
Remarks

Only available with the static GetTag(Int32) or FromIntPtr(IntPtr) methods.
See Also

Reference