public Frame GetFrame(int count) { global::System.IntPtr cPtr = EfficioRuntimePINVOKE.Engine_GetFrame__SWIG_1(swigCPtr, count); Frame ret = (cPtr == global::System.IntPtr.Zero) ? null : new Frame(cPtr, true); return(ret); }