3.42 DeckLink Device Notification¶
BMDNotifications
enumerates the possible notifications for DeckLink devices.
bmdPreferencesChanged
The preferences have changed. This occurs when
IDeckLinkConfiguration::WriteConfigurationToPreferences()
is called, or when the preference settings are saved in the Desktop Video Setup utility, or when a preference change has been made with the UltraStudio front control panel. The param1 and param2 parameters are 0.bmdStatusChanged
A status information item has changed. The param1 parameter contains the
BMDDeckLinkStatusID
of the status information item which changed; param2 is 0. Use theIDeckLinkStatus
interface to retrieve the new status.bmdIPFlowStatusChanged
A IP Flow status information item has changed. The param1 parameter contains the
BMDDeckLinkIPFlowStatusID
of the status information item which changed; and param2 refers to thebmdDeckLinkIPFlowID
of the affected flow. UseIDeckLinkIPExtensions::GetIPFlowByID()
to aquire the associatedIDeckLinkIPFlow
.bmdIPFlowSettingChanged
A IP Flow setting information item has changed. The param1 parameter contains the
BMDDeckLinkIPFlowSettingID
of the status information item which changed; and param2 refers to thebmdDeckLinkIPFlowID
of the affected flow. UseIDeckLinkIPExtensions::GetIPFlowByID()
to aquire the associatedIDeckLinkIPFlow
.