getAudioEffectManager method

TXAudioEffectManager getAudioEffectManager()

Get the sound management object TXAudioEffectManager, you can set the background music, short sound effects and life effects.

Implementation

TXAudioEffectManager getAudioEffectManager() {
  _channel.invokeMethod('getAudioEffectManager');
  return _audioEffectManager;
}