public int ConvertTodB(ref SoundControlElementId id, int volume, out int gain) { return(SoundNativeMethods.SoundControlConvertTodB(handle, ref id.handle, volume, out gain)); }