decklink: Query for preroll frame count

Three is recommended though, so use at least that many.
This commit is contained in:
jpark37
2023-03-28 13:47:36 -07:00
committed by Jim
parent b3b5e7eae8
commit e4a80d0396
6 changed files with 29 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ protected:
std::vector<uint8_t> frameData;
BMDTimeValue frameDuration;
BMDTimeScale frameTimescale;
size_t totalFramesScheduled;
BMDTimeScale totalFramesScheduled;
ComPtr<RenderDelegate<DeckLinkDeviceInstance>> renderDelegate;
void FinalizeStream();