c# vlc

https://www.cnblogs.com/haibindev/archive/2011/12/21/2296173.html

 

调用要改,to thi

        [DllImport("libvlc", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)]
        [SuppressUnmanagedCodeSecurity]
        public static extern void libvlc_media_release(IntPtr libvlc_media_inst);

 

posted @ 2022-11-22 18:18  cnchengv  阅读(143)  评论(0)    收藏  举报