12 lines
245 B
Go
12 lines
245 B
Go
package wca
|
|
|
|
type IAudioSessionNotification struct {
|
|
VTable *IAudioSessionNotificationVtbl
|
|
}
|
|
|
|
type IAudioSessionNotificationVtbl struct {
|
|
QueryInterface uintptr
|
|
AddRef uintptr
|
|
Release uintptr
|
|
OnSessionCreated uintptr
|
|
}
|