void SetAudio(Frame f) { if (this.iextplayer != null) { foreach (var audio in f.aduioList) { iextplayer.PlaySoundOnce(audio); } } }