MWCAP_SMPTE_TIMECODE.
More...
#include <MWCaptureExtension.h>
MWCAP_SMPTE_TIMECODE.
Records SMPTE timecode.
Related type: MWCAP_VIDEO_FRAME_INFO
nRet=
MWGetVideoFrameInfo(g_hChannel[i], videoBufferInfo.iNewestBufferedFullFrame, &videoFrameInfo);
printf("[Timecode] Top: %2x:%2x:%2x:%2x , Bottom: %2x:%2x:%2x:%2x\n",
);
The documentation for this struct was generated from the following file:
- /Users/magewell/gitlab-work/builds/ae693429/0/msdk/research/mw_capture_sdk_mac/Include/LibMWCapture/MWCaptureExtension.h
MW_RESULT LIBMWCAPTURE_API MWGetVideoFrameInfo(HCHANNEL hChannel, BYTE i, MWCAP_VIDEO_FRAME_INFO *pVideoFrameInfo)
Gets video frame information.