diff --git a/pkg/wca/IAudioMeterInformation.go b/pkg/wca/IAudioMeterInformation.go index dd57231..901e477 100644 --- a/pkg/wca/IAudioMeterInformation.go +++ b/pkg/wca/IAudioMeterInformation.go @@ -13,8 +13,8 @@ type IAudioMeterInformation struct { type IAudioMeterInformationVtbl struct { ole.IUnknownVtbl GetPeakValue uintptr - GetChannelsPeakValues uintptr GetMeteringChannelCount uintptr + GetChannelsPeakValues uintptr QueryHardwareSupport uintptr }