SoundBackend class abstract

A backend for playing sound.

Implementers

Constructors

SoundBackend()

Properties

defaultPannerStrategy DefaultPannerStrategy
Get the default panner strategy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listenerOrientation ListenerOrientation
Get the listener orientation.
getter/setter pair
listenerPosition ListenerPosition
Get the listener position.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createEcho(Iterable<EchoTap> taps) BackendEcho
Create an echo.
createReverb(ReverbPreset preset) BackendReverb
Create a reverb.
createSoundChannel({SoundPosition position = unpanned, double gain = 0.7}) SoundChannel
Get a channel with the given options.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown() → void
Shut down this sound backend.
toString() String
A string representation of this object.
inherited

Operators

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