unregisterAudioSessionNotification method

int unregisterAudioSessionNotification(
  1. Pointer<COMObject> NewNotifications
)

Implementation

int unregisterAudioSessionNotification(Pointer<COMObject> NewNotifications) =>
    (ptr.ref.vtable + 11)
            .cast<
                Pointer<
                    NativeFunction<
                        Int32 Function(
                            Pointer, Pointer<COMObject> NewNotifications)>>>()
            .value
            .asFunction<
                int Function(Pointer, Pointer<COMObject> NewNotifications)>()(
        ptr.ref.lpVtbl, NewNotifications);