AudioModifier
Constructors
Properties
If true, the audio resource will be released when playback finishes.
If true, the audio playback position will reset to the start when stopped.
The position (in frames) to end looping at. If null, loops until the end of the audio.
The position (in frames) to start looping from. If null, loops from the beginning.
The position (in frames) to start playback from. If null, starts from the beginning.
Functions
Creates a copy of this AudioModifier with the specified start position.
Creates a copy of this AudioModifier with closeOnFinish set to true.
Creates a copy of this AudioModifier configured for looping playback.
Creates a copy of this AudioModifier configured for infinite looping playback.
Creates a copy of this AudioModifier with gotoStartOnStop set to false.