Ejemplo n.º 1
0
        public static FPBool GetRetentionHold(FPClipRef inClip)
        {
            FPBool retval = SDK.FPClip_GetRetentionHold(inClip);

            SDK.CheckAndThrowError();
            return(retval);
        }