コード例 #1
0
 public int Next(SoundControl ctl, out int dev)
 {
     return(SoundNativeMethods.SoundControlPcmNextDevice(ctl.handle, out dev));
 }
コード例 #2
0
ファイル: SoundPcmInfo.cs プロジェクト: crojewsk/sALSA
        public int Get(SoundControl ctl)
        {
            int err = SoundNativeMethods.SoundControlPcmInfo(ctl.handle, handle);

            return(err);
        }