FingerIndexer.create Method¶
Module: FingerIndexer
Definition¶
Creates an empty finger indexer.
@staticmethod
create(maximum_user_count: int, format: FingerDataFormat) -> FingerIndexer
Parameters
maximum_user_countintin Maximum number of template records that this finger indexer can hold.formatFingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
static FingerIndexer create(int maximumUserCount, FingerDataFormat format)
Parameters
maximumUserCountintin Maximum number of template records that this finger indexer can hold.formatFingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
public static FingerIndexer Create(int maximumUserCount, FingerDataFormat format)
Parameters
maximumUserCountintin Maximum number of template records that this finger indexer can hold.formatFingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
public static FingerIndexer create(int maximumUserCount, FingerDataFormat format) throws FingerException
Parameters
maximumUserCountintin Maximum number of template records that this finger indexer can hold.formatFingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
public static func create(maximumUserCount: Int32, format: FingerDataFormat) throws -> FingerIndexer
Parameters
maximumUserCountInt32in Maximum number of template records that this finger indexer can hold.formatFingerDataFormatin Finger data format accepted by this finger indexer.
Returns
The newly created finger indexer.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_Create (
ID3_FINGER_INDEXER hFingerIndexer,
int maximumUserCount,
id3FingerDataFormat eFormat)
Parameters
hFingerIndexerID3_FINGER_INDEXERin Handle to the FingerIndexer object.maximumUserCountintin Maximum number of template records that this finger indexer can hold.eFormatid3FingerDataFormatin Finger data format accepted by this finger indexer.
Returns