NdiUnbind
RETERR NdiUnbind(hndiLower, hndiUpper)
HNDI hndiLower; // NDI handle
HNDI hndiUpper; // NDI handle
The NdiUnbind function unbinds the lower NDI object from the upper NDI object.
- hndiLower
- Identifies the lower NDI object to be bound to hndiUpper.
- hndiUpper
- Identifies the upper NDI object to be bound with hndiLower.
- The return value is zero (OK) if successful; otherwise it is a nonzero NDI error value. It is ERR_NDI_NOTBOUND if the two were not already bound.