Exemplo n.º 1
0
 /// <summary>
 /// Reverses the effect of the downloadTo method.
 /// </summary>
 public void unloadFrom(Performance p)
 {
     handle.Unload(p.handle.GetDefaultAudioPath());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Prepares this sound object for the play by the performance object.
 /// </summary>
 public void downloadTo(Performance p)
 {
     handle.Download(p.handle.GetDefaultAudioPath());
 }