SoundpoolOptions class

Constructors

SoundpoolOptions({StreamType streamType = StreamType.music, int maxStreams = 1, SoundpoolOptionsAndroid androidOptions = SoundpoolOptionsAndroid.kDefault, SoundpoolOptionsIos iosOptions = SoundpoolOptionsIos.kDefault, SoundpoolOptionsWeb webOptions = SoundpoolOptionsWeb.kDefault, SoundpoolOptionsMacos macosOptions = SoundpoolOptionsMacos.kDefault})
const

Properties

androidOptions SoundpoolOptionsAndroid
Android specific options
final
hashCode int
The hash code for this object.
no setterinherited
iosOptions SoundpoolOptionsIos
iOS specific options
final
macosOptions SoundpoolOptionsMacos
MacOS specific options
final
maxStreams int
Maximum number of pararell sounds being played
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamType StreamType
The type of stream used by the pool
final
webOptions SoundpoolOptionsWeb
Web specific options
final

Methods

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

Constants

kDefault → const SoundpoolOptions