]> git.sesse.net Git - nageru/blobdiff - nageru/decklink_util.h
Make header files individually compilable.
[nageru] / nageru / decklink_util.h
index 2850a21cd9ec71000e918e62ea89f0f9fa517887..8539c22cbf32c9c5ac462fa817735b56e3c6bde7 100644 (file)
@@ -6,6 +6,8 @@
 #include <map>
 
 #include "bmusb/bmusb.h"
+#include "DeckLinkAPI.h"
+#include "DeckLinkAPITypes.h"
 
 class IDeckLinkDisplayModeIterator;
 
@@ -14,4 +16,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)