|
@@ -13,6 +13,7 @@ class DecklinkBase;
|
|
|
|
|
|
class DeckLinkDeviceInstance : public IDeckLinkInputCallback {
|
|
class DeckLinkDeviceInstance : public IDeckLinkInputCallback {
|
|
protected:
|
|
protected:
|
|
|
|
+ ComPtr<IDeckLinkConfiguration> deckLinkConfiguration;
|
|
struct obs_source_frame2 currentFrame;
|
|
struct obs_source_frame2 currentFrame;
|
|
struct obs_source_audio currentPacket;
|
|
struct obs_source_audio currentPacket;
|
|
struct obs_source_cea_708 currentCaptions;
|
|
struct obs_source_cea_708 currentCaptions;
|