getAudioEffectManager method

TXAudioEffectManager getAudioEffectManager()

Get sound effect management class TXAudioEffectManager, which is used to set the background music, short sound effects and life effects.

Platform not supported:

  • web

Implementation

TXAudioEffectManager getAudioEffectManager() {
  _cloudChannel!.invokeMethod('getAudioEffectManager');
  return new TXAudioEffectManager(_cloudChannel!);
}