AudioData class

A class representing audio data in a CAF file.

Constructors

AudioData({required int editCount, required Uint8List data})

Properties

data Uint8List
The list of audio data bytes.
final
editCount int
The edit count of the audio data.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Uint8List
Encodes the audio data to a Uint8List.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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