IPlayerEffect
The interface of Dominator Player feature
Last updated
The interface of Dominator Player feature
Last updated
Ami.BroAudio
public
This is returned by the AsDominator() method. It's basically the same as IAudioPlayer, but it includes 3 new methods and excludes the AsDominator() method.
QuietOthers
float othersVolume, float fadeTime =
While this audio player is playing, the volume of other audio players will be lowered to the given volume
float othersVolume, Fading fading
Same as above, but can provide a custom fading setting
LowPassOthers
float frequency = , float fadeTime =
While this audio player is playing, a lowpass filter will be added to other audio players (i.e. their higher frequencies will be cutted off)
float frequency, Fading fading
Same as above, but can provide a custom fading setting
HighPassOthers
float frequency = , float fadeTime =
While this audio player is playing, a highpass filter will be added to other audio players (i.e. their lower frequencies will be cutted off)
float frequency, Fading fading
Same as above, but can provide a custom fading setting