AudioMixingError enum

Audio mixing related error code

Inheritance

Constructors

AudioMixingError()
const

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 RTCAudioMixingManager.unloadAudioMixing 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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.