FingerLibrary.getVersionEx Method¶
Module: FingerLibrary
Definition¶
Retrieves the library version as a structure.
@staticmethod
get_version_ex() -> LibVersion
Returns
The version.
Exceptions
An error has occurred during Finger Library execution.
static LibVersion getVersionEx()
Returns
The version.
Exceptions
An error has occurred during Finger Library execution.
public static LibVersion GetVersionEx()
Returns
The version.
Exceptions
An error has occurred during Finger Library execution.
public static LibVersion getVersionEx() throws FingerException
Returns
The version.
Exceptions
An error has occurred during Finger Library execution.
public static func getVersionEx() throws -> LibVersion
Returns
The version.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerLibrary_GetVersionEx (
id3FingerLibVersion * sVersion)
Parameters
sVersion
id3FingerLibVersion *out The version.
Returns