예제 #1
0
        public IntPtr GetUncompressedFrameGPU()
        {
            int    width;
            int    height;
            int    format;
            UInt64 timeStamp;
            IntPtr pFrame;
            int    numBytes;

            CudaTools.VideoDecoder_GetNextDecodedFrameGPU64(m_videoDecoder, out pFrame, out numBytes, out width, out height, out format, out timeStamp);

            return(IntPtr.Zero);
        }