FingerIndexer.resize Method¶
Module: FingerIndexer
Definition¶
Resizes the maximum number of template records that the finger indexer can hold.
resize(self, maximum_user_count: int) -> None
Parameters
maximum_user_count
intin Maximum number of template records that this finger indexer can hold.
Exceptions
An error has occurred during Finger Library execution.
void resize(int maximumUserCount)
Parameters
maximumUserCount
intin Maximum number of template records that this finger indexer can hold.
Exceptions
An error has occurred during Finger Library execution.
public void Resize(int maximumUserCount)
Parameters
maximumUserCount
intin Maximum number of template records that this finger indexer can hold.
Exceptions
An error has occurred during Finger Library execution.
public void resize(int maximumUserCount) throws FingerException
Parameters
maximumUserCount
intin Maximum number of template records that this finger indexer can hold.
Exceptions
An error has occurred during Finger Library execution.
public func resize(maximumUserCount: Int32) throws
Parameters
maximumUserCount
Int32in Maximum number of template records that this finger indexer can hold.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_Resize (
ID3_FINGER_INDEXER hFingerIndexer,
int maximumUserCount)
Parameters
hFingerIndexer
ID3_FINGER_INDEXERin Handle to the FingerIndexer object.maximumUserCount
intin Maximum number of template records that this finger indexer can hold.
Returns