pub unsafe extern "C" fn aacEncGetLibInfo(
    info: *mut LIB_INFO
) -> AACENC_ERROR
Expand description

\brief Get information about encoder library build.

Fill a given LIB_INFO structure with library version information.

\param info Pointer to an allocated LIB_INFO struct.

\return - AACENC_OK, on success. - AACENC_INVALID_HANDLE, AACENC_INIT_ERROR, on failure.