2.5.33 IDeckLinkNotificationCallback Interface¶
The IDeckLinkNotificationCallback
interface is used to notify the application about a subscribed event.
Interface |
Interface ID |
Description |
---|---|---|
IID_IDeckLinkNotification |
An |
|
IID_IDeckLinkNotification |
An |
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.