Home
last modified time | relevance | path

Searched refs:deviceNotificationCallback (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPI.h1294 …DeviceNotifications (/* in */ IDeckLinkDeviceNotificationCallback* deviceNotificationCallback) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPI.h1279 …DeviceNotifications (/* in */ IDeckLinkDeviceNotificationCallback* deviceNotificationCallback) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h9784 /* [in] */ IDeckLinkDeviceNotificationCallback *deviceNotificationCallback) = 0;
9811 /* [in] */ IDeckLinkDeviceNotificationCallback *deviceNotificationCallback);
9839 #define IDeckLinkDiscovery_InstallDeviceNotifications(This,deviceNotificationCallback) \ argument
9840 ( (This)->lpVtbl -> InstallDeviceNotifications(This,deviceNotificationCallback) )