public static FPBool IsEBREnabled(FPClipRef inClip) { FPBool retval = SDK.FPClip_IsEBREnabled(inClip); SDK.CheckAndThrowError(); return(retval); }