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 int
in 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 int
in 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 int
in 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 int
in 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 Int32
in 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_INDEXER
in Handle to the FingerIndexer object.

maximumUserCount int
in Maximum number of template records that this finger indexer can hold.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.