]> git.sesse.net Git - nageru/blobdiff - nageru/decklink_util.h
IWYU-fix nageru/*.h.
[nageru] / nageru / decklink_util.h
index 2850a21cd9ec71000e918e62ea89f0f9fa517887..9760e619e69bcd3841af5221a8e534942c72ac68 100644 (file)
@@ -6,6 +6,9 @@
 #include <map>
 
 #include "bmusb/bmusb.h"
+#include "DeckLinkAPI.h"
+#include "DeckLinkAPITypes.h"
+#include "DeckLinkAPIDiscovery.h"
 
 class IDeckLinkDisplayModeIterator;
 
@@ -14,4 +17,6 @@ std::map<uint32_t, bmusb::VideoMode> summarize_video_modes(IDeckLinkDisplayModeI
 // Picks a video connection that the card supports. Priority list: HDMI, SDI, anything else.
 BMDVideoConnection pick_default_video_connection(IDeckLink *card, BMDDeckLinkAttributeID attribute_id, unsigned card_index);
 
+bool decklink_card_is_active(IDeckLink *card, unsigned card_index);
+
 #endif  // !defined(_DECKLINK_UTIL)