FingerIndexer.userCount Property

Module: FingerIndexer

Type: int

Definition

Current number of indexed template records.

user_count: int

Exceptions

An error has occurred during Finger Library execution.
int get userCount => getUserCount();

Exceptions

An error has occurred during Finger Library execution.
public int userCount
{
    get => GetuserCount();
}

Exceptions

An error has occurred during Finger Library execution.
public int getUserCount() throws FingerException

Exceptions

An error has occurred during Finger Library execution.
public var userCount: Int
    get {
        return Int(try! getUserCount())
    }
}

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_GetUserCount (ID3_FINGER_INDEXER hFingerIndexer, int * userCount)

Returns

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