FingerTemplateRecord.toFile Method¶
Module: FingerTemplateRecord
Definition¶
Exports the finger template record object to a file.
to_file(self, format: FingerTemplateFormat, path: str) -> None
Parameters
format
FingerTemplateFormatin Finger template buffer type to export the finger template object to.path
strin Path to the file to export the finger template record object to.
Exceptions
An error has occurred during Finger Library execution.
void toFile(FingerTemplateFormat format, String? path)
Parameters
format
FingerTemplateFormatin Finger template buffer type to export the finger template object to.path
Stringin Path to the file to export the finger template record object to.
Exceptions
An error has occurred during Finger Library execution.
public void ToFile(FingerTemplateFormat format, string path)
Parameters
format
FingerTemplateFormatin Finger template buffer type to export the finger template object to.path
stringin Path to the file to export the finger template record object to.
Exceptions
An error has occurred during Finger Library execution.
public void toFile(FingerTemplateFormat format, String path) throws FingerException
Parameters
format
FingerTemplateFormatin Finger template buffer type to export the finger template object to.path
Stringin Path to the file to export the finger template record object to.
Exceptions
An error has occurred during Finger Library execution.
public func toFile(format: FingerTemplateFormat, path: String) throws
Parameters
format
FingerTemplateFormatin Finger template buffer type to export the finger template object to.path
Stringin Path to the file to export the finger template record object to.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_ToFile (
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
id3FingerTemplateFormat eFormat,
const char * path)
Parameters
hFingerTemplateRecord
ID3_FINGER_TEMPLATE_RECORDin Handle to the FingerTemplateRecord object.eFormat
id3FingerTemplateFormatin Finger template buffer type to export the finger template object to.path
const char *in Path to the file to export the finger template record object to.
Returns