RCRTCAudioMixer class

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

getCurrentPosition() Future<double>
getDurationMillis(String path) Future<int>
getMixingVolume() Future<int>
getPlaybackVolume() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
resume() Future<void>
seekTo(double position) Future<void>
setAudioMixEndCallback(AudioMixEndCallback callback) → void
setMixingVolume(int volume) Future<void>
setPlaybackVolume(int volume) Future<void>
setVolume(int volume) Future<void>
startMix(String path, AudioMixerMode mode, bool playback, int loopCount) Future<bool>
startMixFromAssets(String assets, AudioMixerMode mode, bool playback, int loopCount) Future<bool>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getInstance() RCRTCAudioMixer