FingerIndexer.threadCount Property

Module: FingerIndexer

Type: int

Definition

Number of threads used for search.

thread_count: int

Exceptions

An error has occurred during Finger Library execution.
int get threadCount => getThreadCount();
set threadCount(int value) => setThreadCount(value);

Exceptions

An error has occurred during Finger Library execution.
public int threadCount
{
    get => GetthreadCount();
    set => SetthreadCount(ref value);
}

Exceptions

An error has occurred during Finger Library execution.
public int getThreadCount() throws FingerException
public void setThreadCount(int threadCount) throws FingerException

Exceptions

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

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_GetThreadCount (ID3_FINGER_INDEXER hFingerIndexer, int * threadCount)
int id3FingerIndexer_SetThreadCount (ID3_FINGER_INDEXER hFingerIndexer, int threadCount)

Returns

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