Exemplo n.º 1
0
 public void CanCreateDirectSound8()
 {
     DirectSound8.Create8((Guid)DirectSoundDevice.DefaultDevice).Dispose();
 }
Exemplo n.º 2
0
 private DirectSound8 CreateDirectSound8()
 {
     return(DirectSound8.Create8((Guid)DirectSoundDevice.DefaultDevice));
 }