Ejemplo n.º 1
0
 public int ConvertFromdB(ref SoundControlElementId id, int dBGain, out int value, int xdir)
 {
     return(SoundNativeMethods.SoundControlConvertFromdB(handle, ref id.handle, dBGain, out value, xdir));
 }