CueTrack class

Constructors

CueTrack(StreamReader reader)
/ NULL if num_indices == 0, else pointer to array of index points.

Properties

hashCode int
The hash code for this object.
no setterinherited
indices List<CueIndex>
getter/setter pair
isrc Uint8List
getter/setter pair
number int
getter/setter pair
numIndices int
getter/setter pair
offset int
getter/setter pair
preEmphasis int
getter/setter pair
reader StreamReader
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
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

ISRC_SIZE → const int
NUM_INDICES_SIZE → const int
NUMBER_SIZE → const int
OFFSET_SIZE → const int
PRE_EMPHASIS_SIZE → const int
RESERVED_SIZE → const int
TYPE_SIZE → const int