FaceMatcher.fromHandle constructor
- Pointer<
id3FaceMatcher> handle
Creates a new instance of the FaceMatcher class.
param handle Handle to the FaceMatcher. throws FaceException An error has occurred during Face Library execution.
Implementation
FaceMatcher.fromHandle(Pointer<id3FaceMatcher> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}