2.5.33 IDeckLinkNotificationCallback Interface

The IDeckLinkNotificationCallback interface is used to notify the application about a subscribed event.

Related Interfaces

Interface

Interface ID

Description

IDeckLinkNotification

IID_IDeckLinkNotification

An IDeckLinkNotificationCallback object interface is subscribed with IDeckLinkNotification::Subscribe()

IDeckLinkNotification

IID_IDeckLinkNotification

An IDeckLinkNotificationCallback object interface is unsubscribed with IDeckLinkNotification::Unsubscribe()

2.5.33.1 IDeckLinkNotificationCallback::Notify method

HRESULT IDeckLinkNotificationCallback::Notify(BMDNotifications topic, uint64_t param1, uint64_t param2);

The Notify method is called when subscribed notification occurs.

This method is abstract in the base interface and must be implemented by the application developer. The result parameter (required by COM) is ignored by the caller.

Parameters:
  • topic – The type of notification. Please see BMDNotifications for more details.

  • param1 – The first parameter of the notification.

  • param2 – The second parameter of the notification.