Skip to content

Commit

Permalink
fix: VTable IAudioMeterInformationVtbl struct order
Browse files Browse the repository at this point in the history
Based on pR: moutend#19
  • Loading branch information
diegosz committed Aug 31, 2024
1 parent 2a1508e commit 6dccb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wca/IAudioMeterInformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ type IAudioMeterInformation struct {
type IAudioMeterInformationVtbl struct {
ole.IUnknownVtbl
GetPeakValue uintptr
GetChannelsPeakValues uintptr
GetMeteringChannelCount uintptr
GetChannelsPeakValues uintptr
QueryHardwareSupport uintptr
}

Expand Down

0 comments on commit 6dccb86

Please sign in to comment.