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