Example #1
0
 public Audio(ICore core, string source, float volume, uint category, bool frontend) : this(core, core.CreateAudioPtr(source, volume, category, frontend))
 {
     core.AudioPool.Add(this);
 }