FaceLibrary.getVersionEx Method

Module: FaceLibrary

Definition

Retrieves the library version as a structure.

@staticmethod
get_version_ex() -> LibVersion

Returns

The version.

Exceptions

An error has occurred during Face Library execution.
static LibVersion getVersionEx()

Returns

The version.

Exceptions

An error has occurred during Face Library execution.
public static LibVersion GetVersionEx()

Returns

The version.

Exceptions

An error has occurred during Face Library execution.
public static LibVersion getVersionEx() throws FaceException

Returns

The version.

Exceptions

An error has occurred during Face Library execution.
public static func getVersionEx() throws -> LibVersion

Returns

The version.

Exceptions

An error has occurred during Face Library execution.
int id3FaceLibrary_GetVersionEx (
    id3FaceLibVersion * sVersion)

Parameters

out The version.

Returns

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