AudioMixingError enum
Audio mixing related error code
Values
- ok → const AudioMixingError
-
Normal.
- preloadFailed → const AudioMixingError
-
Preload failed. Invalid path or the length exceeds 20s.
- startFailed → const AudioMixingError
-
Mixing failed. Invalid path or fail to open the file.
- idNotFound → const AudioMixingError
-
Invalid mixing task ID.
- setPositionFailed → const AudioMixingError
-
Invalid start position.
- invalidVolume → const AudioMixingError
-
Invalid volume. The range is
[0, 400]
. - loadConflict → const AudioMixingError
-
Another file was preloaded for mixing. Call RTCAudioEffectPlayer.unload first.
- idTypeNotMatch → const AudioMixingError
-
Invalid mixing type.
- idTypeInvalidPitch → const AudioMixingError
-
Invalid pitch value.
- invalidAudioTrack → const AudioMixingError
-
Invalid audio track.
- isStarting → const AudioMixingError
-
Mixing starting.
- invalidPlaybackSpeed → const AudioMixingError
-
Invalid playback speed.
Properties
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
-
values
→ const List<
AudioMixingError> - A constant List of the values in this enum, in order of their declaration.