FingerIndexer.format Property¶
Module: FingerIndexer
Type: FingerDataFormat
Definition¶
Finger data format used by in this finger indexer.
format: FingerDataFormat
Exceptions
An error has occurred during Finger Library execution.
FingerDataFormat get format => getFormat();
Exceptions
An error has occurred during Finger Library execution.
public FingerDataFormat format
{
get => Getformat();
}
Exceptions
An error has occurred during Finger Library execution.
public FingerDataFormat getFormat() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var format: FingerDataFormat
get {
return try! getFormat()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerIndexer_GetFormat (ID3_FINGER_INDEXER hFingerIndexer, id3FingerDataFormat * eFormat)
Returns