IAudioEffectPlayerEventHandler class

Constructors

IAudioEffectPlayerEventHandler({FutureOr<void> onAudioEffectPlayerStateChanged(int effectId, PlayerState state, PlayerError error)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAudioEffectPlayerStateChanged FutureOr<void> Function(int effectId, PlayerState state, PlayerError error)?
@detail callback @brief Callback for audio mixing status change. @param effectId The ID of IAudioEffectPlayer{@link #IAudioEffectPlayer}. Set by getAudioEffectPlayer{@link #RTCEngine#getAudioEffectPlayer}. @param state See PlayerState{@link #PlayerState}. @param error See PlayerError{@link #PlayerError}.
getter/setter pair
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