FLAC cuesheet tag track structure as returned by the Tracks member.
Inheritance Hierarchy
Un4seen.BassBASS_TAG_FLAC_CUE_TRACK
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
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
| Name | Description | |
|---|---|---|
| Flags |
The track flags.
| |
| Indexes |
The array of BASS_TAG_FLAC_CUE_TRACK_INDEX indexes (or ).
| |
| ISRC |
The International Standard Recording Code.
| |
| Number |
The track number.
| |
| NumIndexes |
The number of Indexes.
| |
| Offset |
Track offset in samples.
|
Examples
See Also