TXAudioEffectManager class abstract
Constructors
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
-
enableVoiceEarMonitor(
bool enable) → void - Enabling In-Ear Monitoring
-
getMusicCurrentPosInMS(
int id) → int - Getting the Playback Progress (ms) of Background Music
-
getMusicDurationInMS(
String path) → int - Getting the Total Length (ms) of Background Music
-
getMusicTrackCount(
int id) → int - Get the Number of Tracks of Background Music
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pausePlayMusic(
int id) → void - Pausing Background Music
-
preloadMusic(
AudioMusicParam musicParam) → void - Preload Background Music
-
resumePlayMusic(
int id) → void - Resuming Background Music
-
seekMusicToPosInTime(
int id, int pts) → void - Setting the Playback Progress (ms) of Background Music
-
setAllMusicVolume(
int volume) → void - Setting the Local and Remote Playback Volume of Background Music
-
setMusicObserver(
int musicId, TXMusicPlayObserver? observer) → void - Setting the Background Music Callback
-
setMusicPitch(
int id, double pitch) → void - Adjusting the Pitch of Background Music
-
setMusicPlayoutVolume(
int id, int volume) → void - Setting the Local Playback Volume of a Specific Music Track
-
setMusicPublishVolume(
int id, int volume) → void - Setting the Remote Playback Volume of a Specific Music Track
-
setMusicScratchSpeedRate(
int id, double scratchSpeedRate) → void - Adjust the Speed Change Effect of the Scratch Disc
-
setMusicSpeedRate(
int id, double rate) → void - Changing the Speed of Background Music
-
setMusicTrack(
int id, int trackIndex) → void - Specify the Playback Track of Background Music
-
setPreloadObserver(
TXMusicPreloadObserver? observer) → void - Setting Music Preload Callback
-
setVoiceCaptureVolume(
int volume) → void - Setting Speech Volume
-
setVoiceChangerType(
TXVoiceChangerType type) → void - Setting Voice Changing Effects
-
setVoiceEarMonitorVolume(
int volume) → void - Setting In-Ear Monitoring Volume
-
setVoicePitch(
double pitch) → void - Setting Speech Pitch
-
setVoiceReverbType(
TXVoiceReverbType type) → void - Setting Voice Reverb Effects
-
startPlayMusic(
AudioMusicParam musicParam) → void - Starting Background Music
-
stopPlayMusic(
int id) → void - Stopping Background Music
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited