Exemplo n.º 1
0
 public int Next(SoundControl ctl, out int dev)
 {
     return(SoundNativeMethods.SoundControlPcmNextDevice(ctl.handle, out dev));
 }
Exemplo n.º 2
0
        public int Get(SoundControl ctl)
        {
            int err = SoundNativeMethods.SoundControlPcmInfo(ctl.handle, handle);

            return(err);
        }