Пример #1
0
 /// <summary>
 /// Starts the playback of the current SoundObject.
 /// </summary>
 public void Play()
 {
     FreeSL.fslSoundPlay(_sound);
     wasPlayed = true;
 }