ZxTape class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapeType TapeType
A type of source byte array (TAP or TZX)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWavBytes({int frequency = 44100, dynamic audioFilterType = AudioFilterType.heuristic, dynamic progress(int percents)?}) Future<Uint8List>
Returns WAV content as array of bytes.

Operators

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

Static Methods

create(Uint8List bytes) Future<ZxTape>
Static method of creating an instance of ZxTape object. Incoming byte array must be specified.