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