BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_FLAC_CUE_TRACK Class

BASS.NET API for the Un4seen BASS Audio Library
FLAC cuesheet tag track structure as returned by the Tracks member.
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_TAG_FLAC_CUE_TRACK

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public class BASS_TAG_FLAC_CUE_TRACK

The BASS_TAG_FLAC_CUE_TRACK type exposes the following members.

Properties

  NameDescription
Public propertyFlags
The track flags.
Public propertyIndexes
The array of BASS_TAG_FLAC_CUE_TRACK_INDEX indexes (or ).
Public propertyISRC
The International Standard Recording Code.
Public propertyNumber
The track number.
Public propertyNumIndexes
The number of Indexes.
Public propertyOffset
Track offset in samples.
Top
Examples

Read the FLAC cuesheet tag:
BASS_TAG_FLAC_CUE cuesheet = BASS_TAG_FLAC_CUE.GetTag(stream);
See Also

Reference