X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fdecklink_capture.h;h=a2e25c8224ff5aeadd203eaab93f0f5ce651d633;hb=ccc2b89c9cf879ccbd948e169a029917cc16f0ee;hp=f940241a854f7acc941b1af56d2a35567389458e;hpb=0f5b8fd8420a450f5994d5f535fdce84dbb10093;p=nageru diff --git a/nageru/decklink_capture.h b/nageru/decklink_capture.h index f940241..a2e25c8 100644 --- a/nageru/decklink_capture.h +++ b/nageru/decklink_capture.h @@ -26,6 +26,8 @@ public: DeckLinkCapture(IDeckLink *card, int card_index); // Takes ownership of . ~DeckLinkCapture(); + IDeckLinkInput *get_input() const { return input; } + // IDeckLinkInputCallback. HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, LPVOID *) override; ULONG STDMETHODCALLTYPE AddRef() override;