CueSheet class

flac cue sheet block type

Inheritance

Constructors

CueSheet(bool isLast, Uint8List rawData, int dataLength)

Properties

blockType BlockType
getter/setter pairinherited
dataLength int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isCD bool
getter/setter pair
isLast bool
getter/setter pairinherited
leadIn int
getter/setter pair
mediaCatalogNumber Uint8List
getter/setter pair
numTracks int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracks List<CueTrack>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

IS_CD_SIZE → const int
LEAD_IN_SIZE → const int
MEDIA_CATALOG_NUMBER_SIZE → const int
NUM_TRACKS_SIZE → const int
RESERVED_SIZE → const int