public static FPLong GetEBRPeriod(FPClipRef inClip) { FPLong retval = SDK.FPClip_GetEBRPeriod(inClip); SDK.CheckAndThrowError(); return(retval); }