MWCAP_SMPTE_TIMECODE.
More...
#include <MWCaptureExtension.h>
|
|
BYTE | byFrames |
| | Frames number.
|
| |
|
BYTE | bySeconds |
| | Seconds.
|
| |
|
BYTE | byMinutes |
| | Minutes.
|
| |
|
BYTE | byHours |
| | Hours.
|
| |
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",
);
MW_RESULT LIBMWCAPTURE_API MWGetVideoFrameInfo(HCHANNEL hChannel, BYTE i, MWCAP_VIDEO_FRAME_INFO *pVideoFrameInfo)
Gets video frame information.
BYTE byFrames
Frames number.
Definition: MWCaptureExtension.h:1090
BYTE bySeconds
Seconds.
Definition: MWCaptureExtension.h:1091
BYTE byMinutes
Minutes.
Definition: MWCaptureExtension.h:1092
BYTE byHours
Hours.
Definition: MWCaptureExtension.h:1093
MWCAP_VIDEO_FRAME_INFO.
Definition: MWCaptureExtension.h:1136
MWCAP_SMPTE_TIMECODE aSMPTETimeCodes[2]
Time code of top and bottom frame respectively.
Definition: MWCaptureExtension.h:1151
The documentation for this struct was generated from the following file:
- /Users/magewell/builds/ks3341Bc/0/msdk/research/mw_capture_sdk_mac/Include/LibMWCapture/MWCaptureExtension.h