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

            return(err);
        }