Beispiel #1
0
        /*********************Frame Metadata methods ********************/

        public static bool pl_md_frame_decode(IntPtr pDstFrame, IntPtr pSrcBuf, UInt32 srcBufSize)
        {
            if (m_is64bit)
            {
                return(Pvcam64.pl_md_frame_decode(pDstFrame, pSrcBuf, srcBufSize));
            }
            else
            {
                return(Pvcam32.pl_md_frame_decode(pDstFrame, pSrcBuf, srcBufSize));
            }
        }