---
title: mNotifications
framework: IOKit
role: symbol
role_heading: Instance Property
platforms: [Mac Catalyst 18.4+, macOS 10.7+]
path: iokit/iovideodevicenotificationmessage/1503948-mnotifications
---

# mNotifications

A variable length array of IOVideoNotification structures that carry the actual notification data. The number of elements in this array is denoted by mNumberNotifications, but can also be inferred from the message size in the mach message header.

## Declaration

```occ
IOVideoDeviceNotification mNotifications[1];
```
