Package org.deepsymmetry.cratedigger.pdb
Class RekordboxAnlz.CueTag
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.CueTag
-
- Enclosing class:
- RekordboxAnlz
public static class RekordboxAnlz.CueTag extends io.kaitai.struct.KaitaiStructStores either a list of ordinary memory cues and loop points, or a list of hot cues and loop points.
-
-
Constructor Summary
Constructors Constructor Description CueTag(io.kaitai.struct.KaitaiStream _io)CueTag(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.TaggedSection _parent)CueTag(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.TaggedSection _parent, RekordboxAnlz _root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxAnlz.TaggedSection_parent()RekordboxAnlz_root()byte[]_unnamed1()ArrayList<RekordboxAnlz.CueEntry>cues()static RekordboxAnlz.CueTagfromFile(String fileName)intlenCues()The length of the cue list.longmemoryCount()Unsure what this means.RekordboxAnlz.CueListTypetype()Identifies whether this tag stores ordinary or hot cues.
-
-
-
Constructor Detail
-
CueTag
public CueTag(io.kaitai.struct.KaitaiStream _io)
-
CueTag
public CueTag(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.TaggedSection _parent)
-
CueTag
public CueTag(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.TaggedSection _parent, RekordboxAnlz _root)
-
-
Method Detail
-
fromFile
public static RekordboxAnlz.CueTag fromFile(String fileName) throws IOException
- Throws:
IOException
-
type
public RekordboxAnlz.CueListType type()
Identifies whether this tag stores ordinary or hot cues.
-
_unnamed1
public byte[] _unnamed1()
-
lenCues
public int lenCues()
The length of the cue list.
-
memoryCount
public long memoryCount()
Unsure what this means.
-
cues
public ArrayList<RekordboxAnlz.CueEntry> cues()
-
_root
public RekordboxAnlz _root()
-
_parent
public RekordboxAnlz.TaggedSection _parent()
-
-