public static FPInt GetNumBlobs(FPClipRef inClip) { FPInt retval = SDK.FPClip_GetNumBlobs(inClip); SDK.CheckAndThrowError(); return(retval); }