Exemple #1
0
 public int OpenFallback(SoundConfig root, string name, string origName, SoundPcmStream stream, SoundPcmOpenMode mode)
 {
     return(SoundNativeMethods.SoundPcmOpenFallback(out handle, root.handle, name, origName, stream, mode));
 }
Exemple #2
0
 public int OpenLconf(string name, SoundPcmStream stream, SoundPcmOpenMode mode, SoundConfig lconf)
 {
     return(SoundNativeMethods.SoundPcmOpenLconf(out handle, name, stream, mode, lconf.handle));
 }