RCRTCAudioEffectManager class

Constructors

RCRTCAudioEffectManager.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEffectsVolume() Future<int>
getEffectVolume(int effectId) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseAllEffects() Future<int>
pauseEffect(int effectId) Future<int>
playEffect(int effectId, int loopCount, int volume) Future<int>
preloadEffect(String path, int effectId) Future<int>
preloadEffectFromAssets(String assets, int effectId) Future<int>
registerEffectFinishedCallback(EffectFinishedCallback callback) int
release() → void
resumeAllEffects() Future<int>
resumeEffect(int effectId) Future<int>
setEffectsVolume(int volume) Future<int>
setEffectVolume(int effectId, int volume) Future<int>
stopAllEffects() Future<int>
stopEffect(int effectId) Future<int>
toString() String
A string representation of this object.
inherited
unloadEffect(int effectId) Future<int>
unregisterStateObserver(EffectFinishedCallback callback) int

Operators

operator ==(Object other) bool
The equality operator.
inherited