BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CUE Class

BASS.NET API for the Un4seen BASS Audio Library
RIFF "cue " tag cue point structure to be used with BASS_ChannelGetTags(Int32, BASSTag) and the BASS_TAG_RIFF_CUE option.
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_TAG_CUE

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, Pack = 1, CharSet = CharSet.Ansi)]
public class BASS_TAG_CUE

The BASS_TAG_CUE type exposes the following members.

Properties

  NameDescription
Public propertyCuePoints
The array of BASS_TAG_CUE_POINT cue points (or ).
Public propertyNumCuePoints
The number of cue points.
Top
Methods

  NameDescription
Public methodStatic memberFromIntPtr
Creates an instance of the BASS_TAG_CUE class from a pointer.
Public methodStatic memberGetTag
Gets a BASS_TAG_CUE tag from a given channel handle.
Top
Remarks

Use the static GetTag(Int32) or FromIntPtr(IntPtr) methods to retrieve an instance.
See Also

Reference