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