]> git.sesse.net Git - nageru/blobdiff - nageru/decklink_capture.h
Fix DeckLink capture using the 11.7 or newer drivers.
[nageru] / nageru / decklink_capture.h
index f940241a854f7acc941b1af56d2a35567389458e..a2e25c8224ff5aeadd203eaab93f0f5ce651d633 100644 (file)
@@ -26,6 +26,8 @@ public:
        DeckLinkCapture(IDeckLink *card, int card_index);  // Takes ownership of <card>.
        ~DeckLinkCapture();
 
+       IDeckLinkInput *get_input() const { return input; }
+
        // IDeckLinkInputCallback.
        HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, LPVOID *) override;
        ULONG STDMETHODCALLTYPE AddRef() override;