/// <summary>
        /// 必须调用的初始化函数
        /// </summary>
        public static void InitStreamDecoder()
        {
            isInit = true;
            DLL_Debug_Log log = StreamDecoderLog;

            //DLL_Decode_Event ev = StreamDecoderEvent;
            //DLL_Draw_Frame draw = StreamDecoderDrawFrame;
            Native.Invoke <StreamDecoderInitialize>(streamDecoder_dll, log);
        }
예제 #2
0
 public static extern void StreamDecoderInitialize(DLL_Debug_Log pLog);