SeekerSDKCAPI.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "SeekerSDKTypes.h"
4 
5 #if defined( __cplusplus )
6 extern "C" {
7 #endif
8 
9  //===============================XingYing_GetVersion===================================
10 
19  XINGYING_API void XINGYING_CALLCONV XingYing_GetVersion(unsigned char outVersion[4]);
20 
21 
22  //===============================XingYing_DecodeTimecode===================================
23 
38  XINGYING_API bool XINGYING_CALLCONV XingYing_DecodeTimecode(unsigned int timecode, unsigned int timecodeSubframe, int* pOutHour, int* pOutMinute, int* pOutSecond, int* pOutFrame, int* pOutSubframe);
39 
40 
41 
42  //===============================XingYing_TimecodeStringify===================================
43 
55  XINGYING_API bool XINGYING_CALLCONV XingYing_TimecodeStringify(unsigned int timecode, unsigned int timecodeSubframe, char* outBuffer, int outBufferSize);
56 
57  //===============================XingYing_CopyFrame===================================
58 
69 
70  //===============================XingYing_FreeFrame===================================
71 
83 
84  //===============================XingYing_FreeDescriptions===================================
85 
93 
94 #if defined( __cplusplus )
95 } // extern "C"
96 #endif
#define XINGYING_CALLCONV
XINGYING_API void XINGYING_CALLCONV XingYing_GetVersion(unsigned char outVersion[4])
ErrorCode
#define XINGYING_API
XINGYING_API ErrorCode XINGYING_CALLCONV XingYing_CopyFrame(const sFrameOfMocapData *pSrc, sFrameOfMocapData *pDst)
XINGYING_API bool XINGYING_CALLCONV XingYing_TimecodeStringify(unsigned int timecode, unsigned int timecodeSubframe, char *outBuffer, int outBufferSize)
XINGYING_API ErrorCode XINGYING_CALLCONV XingYing_FreeDescriptions(sDataDescriptions *pDesc)
XINGYING_API bool XINGYING_CALLCONV XingYing_DecodeTimecode(unsigned int timecode, unsigned int timecodeSubframe, int *pOutHour, int *pOutMinute, int *pOutSecond, int *pOutFrame, int *pOutSubframe)
XINGYING_API ErrorCode XINGYING_CALLCONV XingYing_FreeFrame(sFrameOfMocapData *pFrame)


mocap_nokov
Author(s):
autogenerated on Sat Sep 10 2022 02:45:32