]> git.sesse.net Git - nageru/blobdiff - decklink_util.h
Release Nageru 1.7.2.
[nageru] / decklink_util.h
index 2bef41589dade02ac2efda4f63d5dbe8269cce1c..2850a21cd9ec71000e918e62ea89f0f9fa517887 100644 (file)
@@ -11,4 +11,7 @@ class IDeckLinkDisplayModeIterator;
 
 std::map<uint32_t, bmusb::VideoMode> summarize_video_modes(IDeckLinkDisplayModeIterator *mode_it, unsigned card_index);
 
+// 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);
+
 #endif  // !defined(_DECKLINK_UTIL)