AudioEffectPlayerConfig class

Audio mixing configuration

Properties

hashCode int
The hash code for this object.
no setterinherited
pitch int
The increase or decrease value compared with the original pitch of the music file. The range is [-12, 12]. The default value is 0. The pitch distance between two adjacent values is half a step. A positive value indicates a rising pitch, and a negative value indicates a falling pitch.
final
playCount int
Mix playback times.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPos int
The starting position in ms. 0 by default.
final
type AudioMixingType
Audio mixing playback types.
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