Package org.deepsymmetry.cratedigger.pdb
Class RekordboxAnlz.CueExtendedEntry
- java.lang.Object
-
- io.kaitai.struct.KaitaiStruct
-
- org.deepsymmetry.cratedigger.pdb.RekordboxAnlz.CueExtendedEntry
-
- Enclosing class:
- RekordboxAnlz
public static class RekordboxAnlz.CueExtendedEntry extends io.kaitai.struct.KaitaiStructA cue extended list entry. Can either describe a memory cue or a loop.
-
-
Constructor Summary
Constructors Constructor Description CueExtendedEntry(io.kaitai.struct.KaitaiStream _io)CueExtendedEntry(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.CueExtendedTag _parent)CueExtendedEntry(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.CueExtendedTag _parent, RekordboxAnlz _root)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RekordboxAnlz.CueExtendedTag_parent()RekordboxAnlz_root()byte[]_unnamed0()byte[]_unnamed15()byte[]_unnamed5()byte[]_unnamed8()IntegercolorBlue()The blue component of the color to be displayed.IntegercolorCode()A lookup value for a color table? We use this to index to the colors shown in rekordbox.IntegercolorGreen()The green component of the color to be displayed.IntegercolorRed()The red component of the color to be displayed.Stringcomment()The comment assigned to this cue by the DJ, if any, with a trailing NUL.static RekordboxAnlz.CueExtendedEntryfromFile(String fileName)longhotCue()If zero, this is an ordinary memory cue, otherwise this a hot cue with the specified number.longlenComment()longlenEntry()longlenHeader()longloopTime()The position, in milliseconds, at which the player loops back to the cue time if this is a loop.longtime()The position, in milliseconds, at which the cue point lies in the track.RekordboxAnlz.CueEntryTypetype()Indicates whether this is a memory cue or a loop.
-
-
-
Constructor Detail
-
CueExtendedEntry
public CueExtendedEntry(io.kaitai.struct.KaitaiStream _io)
-
CueExtendedEntry
public CueExtendedEntry(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.CueExtendedTag _parent)
-
CueExtendedEntry
public CueExtendedEntry(io.kaitai.struct.KaitaiStream _io, RekordboxAnlz.CueExtendedTag _parent, RekordboxAnlz _root)
-
-
Method Detail
-
fromFile
public static RekordboxAnlz.CueExtendedEntry fromFile(String fileName) throws IOException
- Throws:
IOException
-
_unnamed0
public byte[] _unnamed0()
-
lenHeader
public long lenHeader()
-
lenEntry
public long lenEntry()
-
hotCue
public long hotCue()
If zero, this is an ordinary memory cue, otherwise this a hot cue with the specified number.
-
type
public RekordboxAnlz.CueEntryType type()
Indicates whether this is a memory cue or a loop.
-
_unnamed5
public byte[] _unnamed5()
-
time
public long time()
The position, in milliseconds, at which the cue point lies in the track.
-
loopTime
public long loopTime()
The position, in milliseconds, at which the player loops back to the cue time if this is a loop.
-
_unnamed8
public byte[] _unnamed8()
-
lenComment
public long lenComment()
-
comment
public String comment()
The comment assigned to this cue by the DJ, if any, with a trailing NUL.
-
colorCode
public Integer colorCode()
A lookup value for a color table? We use this to index to the colors shown in rekordbox.
-
colorRed
public Integer colorRed()
The red component of the color to be displayed.
-
colorGreen
public Integer colorGreen()
The green component of the color to be displayed.
-
colorBlue
public Integer colorBlue()
The blue component of the color to be displayed.
-
_unnamed15
public byte[] _unnamed15()
-
_root
public RekordboxAnlz _root()
-
_parent
public RekordboxAnlz.CueExtendedTag _parent()
-
-