本文介绍了C库和C#GUI之间的事件处理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,我目前正在编写一个GUI,该GUI调用C H.264视频解码器库.我想在解码器完成一帧解码并更新缓冲区后立即停止解码器,然后从C#GUI中读取此缓冲区,然后显示该缓冲区.
我怎样才能做到这一点? ,关于C和C#之间的事件处理的信息并不多.有人可以帮我解决这个问题吗,我迫切需要一个解决方案,期限将至.
谢谢
Hi currently I am writing a GUI which calls a C H.264 video decoder library. I want to stop the decoder as soon as it finishes decoding one frame and updating a buffer and then read this buffer from C# GUI and then display the same.
How can I achieve this? , not much information is present on event handling between C and C#. Can someone help me out with this, I desperately need a solution, deadlines approaching.
Thanks
推荐答案
这篇关于C库和C#GUI之间的事件处理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!