13 lines
321 B
Go
13 lines
321 B
Go
package wca
|
|
|
|
type IAudioVolumeDuckNotification struct {
|
|
VTable *IAudioSessionEventsVtbl
|
|
}
|
|
|
|
type IAudioVolumeDuckNotificationVtbl struct {
|
|
QueryInterface uintptr
|
|
AddRef uintptr
|
|
Release uintptr
|
|
OnVolumeDuckNotification uintptr
|
|
OnVolumeUnduckNotification uintptr
|
|
}
|