Ejemplo n.º 1
0
    public static void Initialize()
    {
        Debug.Log("Video Wrapper Initialize\n");

                #if !UNITY_IPHONE
        VWPrintFcn myCallBack = new VWPrintFcn(VideoCamera.DebugPrint);
        if (VIDEO_setPrintFunction(myCallBack) != 0)
        {
            Debug.Log("Unable To Setup Print Function");
        }
                #endif
    }
Ejemplo n.º 2
0
	public static void Initialize()
	{
		Debug.Log("Video Wrapper Initialize\n");
		
		#if !UNITY_IPHONE	
		VWPrintFcn myCallBack = new VWPrintFcn(VideoCamera.DebugPrint);
		if(VIDEO_setPrintFunction(myCallBack) != 0)
		{
			Debug.Log("Unable To Setup Print Function");
		}
		#endif	
	}	
Ejemplo n.º 3
0
 private static extern int VIDEO_setPrintFunction(VWPrintFcn func);
Ejemplo n.º 4
0
 private static extern int VIDEO_setPrintFunction(VWPrintFcn func);