Files
video-shader-toys/apps/LoopThroughWithOpenGLCompositing/decklink/DeckLinkVideoIOFormat.h
Aiden ebbc11bb34
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 1m41s
CI / Windows Release Package (push) Successful in 2m20s
Decklink abstraction
2026-05-08 16:27:40 +10:00

8 lines
216 B
C

#pragma once
#include "DeckLinkAPI_h.h"
#include "VideoIOFormat.h"
BMDPixelFormat DeckLinkPixelFormatForVideoIO(VideoIOPixelFormat format);
VideoIOPixelFormat VideoIOPixelFormatFromDeckLink(BMDPixelFormat format);