AudioEngine class abstract
Constructors
Properties
- channels → int
-
Number of channels.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate → int
-
Sample rate in hz.
no setter
- timeInFrames → int
-
Current playback time in frames.
no setter
Methods
-
dispose(
) → void -
level(
int channel) → double - Get the current level of a channel.
-
monitorLevels(
) → void - Start monitoring levels.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
play(
AudioSource source, int engineStartTime, int engineEndTime, int soundStartTime) → AudioSound -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
init(
int channels, int sampleRate) → AudioEngine? -
loadSource(
Uint8List bytes) → StreamingAudioSource
Constants
- playbackSampleRate → const int